diff options
author | yenatch <yenatch@gmail.com> | 2013-12-30 23:32:37 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-30 23:32:37 -0500 |
commit | a10ee4e9f1ee3d671b67e2e68531b1f851661000 (patch) | |
tree | fc4bb5cccf2527a4ac23d7035db549615b906ab3 /battle/effect_commands.asm | |
parent | bfaad924e7f0ebad59da85830211b9b0c8d2afa8 (diff) |
comment move priority functions
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 24eaf4288..666a75ef7 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -4469,7 +4469,7 @@ BattleCommand40: ; 35813 ret z ld b, a - callab Function3c5ec + callab GetMoveEffect ld a, b cp $59 @@ -5095,7 +5095,7 @@ BattleCommand48: ; 35b33 push bc ld b, a - callab Function3c5ec + callab GetMoveEffect ld a, b pop bc @@ -10181,7 +10181,7 @@ BattleCommand9a: ; 37c95 and a ret z ld b, a - callab Function3c5ec + callab GetMoveEffect ld a, b cp $90 ret z |