Added some more outdated script replacements to the Compiler

This commit is contained in:
Maruno17
2022-05-20 17:44:35 +01:00
parent d28ccd13e1
commit 0ab1e6242d

View File

@@ -31,7 +31,10 @@ module Compiler
["pbEggGenerated?", "DayCare.egg_generated?"],
["pbDayCareGenerateEgg", "DayCare.collect_egg"],
["get_character(0)", "get_self"],
["get_character(-1)", "get_player"]
["get_character(-1)", "get_player"],
["pbCheckAble", "$player.has_other_able_pokemon?"],
["$PokemonTemp.lastbattle", "$game_temp.last_battle_record"],
["calcStats", "calc_stats"]
]
module_function