mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-05 02:40:56 +01:00
Merge pull request #1106 from GriffinRichards/add-aiscriptcomm
Comment gBattleAI_ScriptsTable with constants
This commit is contained in:
commit
28759f8569
@ -12,16 +12,16 @@
|
|||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
gBattleAI_ScriptsTable:: @ 82DBEF8
|
gBattleAI_ScriptsTable:: @ 82DBEF8
|
||||||
.4byte AI_CheckBadMove
|
.4byte AI_CheckBadMove @ AI_SCRIPT_CHECK_BAD_MOVE
|
||||||
.4byte AI_TryToFaint
|
.4byte AI_TryToFaint @ AI_SCRIPT_TRY_TO_FAINT
|
||||||
.4byte AI_CheckViability
|
.4byte AI_CheckViability @ AI_SCRIPT_CHECK_VIABILITY
|
||||||
.4byte AI_SetupFirstTurn
|
.4byte AI_SetupFirstTurn @ AI_SCRIPT_SETUP_FIRST_TURN
|
||||||
.4byte AI_Risky
|
.4byte AI_Risky @ AI_SCRIPT_RISKY
|
||||||
.4byte AI_PreferStrongestMove
|
.4byte AI_PreferStrongestMove @ AI_SCRIPT_PREFER_STRONGEST_MOVE
|
||||||
.4byte AI_PreferBatonPass
|
.4byte AI_PreferBatonPass @ AI_SCRIPT_PREFER_BATON_PASS
|
||||||
.4byte AI_DoubleBattle
|
.4byte AI_DoubleBattle @ AI_SCRIPT_DOUBLE_BATTLE
|
||||||
.4byte AI_HPAware
|
.4byte AI_HPAware @ AI_SCRIPT_HP_AWARE
|
||||||
.4byte AI_Unknown
|
.4byte AI_Unknown @ AI_SCRIPT_UNKNOWN
|
||||||
.4byte AI_Ret
|
.4byte AI_Ret
|
||||||
.4byte AI_Ret
|
.4byte AI_Ret
|
||||||
.4byte AI_Ret
|
.4byte AI_Ret
|
||||||
@ -41,9 +41,9 @@ gBattleAI_ScriptsTable:: @ 82DBEF8
|
|||||||
.4byte AI_Ret
|
.4byte AI_Ret
|
||||||
.4byte AI_Ret
|
.4byte AI_Ret
|
||||||
.4byte AI_Ret
|
.4byte AI_Ret
|
||||||
.4byte AI_Roaming
|
.4byte AI_Roaming @ AI_SCRIPT_ROAMING
|
||||||
.4byte AI_Safari
|
.4byte AI_Safari @ AI_SCRIPT_SAFARI
|
||||||
.4byte AI_FirstBattle
|
.4byte AI_FirstBattle @ AI_SCRIPT_FIRST_BATTLE
|
||||||
|
|
||||||
AI_CheckBadMove:
|
AI_CheckBadMove:
|
||||||
if_target_is_ally AI_Ret
|
if_target_is_ally AI_Ret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user