diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-06 20:55:16 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-06 20:55:16 -0500 |
commit | d8aa438644e86fe7421ad8721fa9b9275ed62023 (patch) | |
tree | 7ac8d718fabd943298ee9bb5edbfd44ad89e3671 /battle/effect_command_pointers.asm | |
parent | ae2970d73bf97e1a99037b25214354330a727f0a (diff) |
More battle command labels
Diffstat (limited to 'battle/effect_command_pointers.asm')
-rw-r--r-- | battle/effect_command_pointers.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm index 530578439..f355ffc83 100644 --- a/battle/effect_command_pointers.asm +++ b/battle/effect_command_pointers.asm @@ -11,7 +11,7 @@ BattleCommandPointers: ; 3fd28 dw BattleCommand_DamageVariation ; 34cfd dw BattleCommand_CheckHit ; 34d32 dw BattleCommand_LowerSub ; 34eee - dw BattleCommand0b ; 34f60 + dw BattleCommand_HitTargetNoSub ; 34f60 dw BattleCommand_RaiseSub ; 35004 dw BattleCommand_ResultText ; 35023 dw BattleCommand_CheckFaint ; 3505e @@ -140,8 +140,8 @@ BattleCommandPointers: ; 3fd28 dw BattleCommand_SpecialDefenseDown2 ; 362d9 dw BattleCommand_AccuracyDown2 ; 362dd dw BattleCommand_EvasionDown2 ; 362e1 - dw BattleCommand_StatMessageUser ; 363b8 - dw BattleCommand_StatMessageTarget ; 363e9 + dw BattleCommand_StatUpMessage ; 363b8 + dw BattleCommand_StatDownMessage ; 363e9 dw BattleCommand_StatUpFailText ; 3644c dw BattleCommand_StatDownFailText ; 3646a dw BattleCommand_EffectChance ; 34ecc |