summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-06-12 23:29:15 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-06-12 23:29:15 -0400
commitfbe82a7fe0f310ade7436d4d8f352ee04e05a1ec (patch)
treed474f9d2ee1876cdee83564ddd2e44986eb8a4a4 /engine/battle/effect_commands.asm
parent6130fc5cd6b002f827d307c64a432e960629cb9b (diff)
Note which labels are only needed for locating banks (relevant to issue #485)
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r--engine/battle/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm
index 2723bba6b..ff114d870 100644
--- a/engine/battle/effect_commands.asm
+++ b/engine/battle/effect_commands.asm
@@ -7394,7 +7394,7 @@ PlayOpponentBattleAnim: ; 37e54
CallBattleCore: ; 37e73
- ld a, BANK(BattleCore)
+ ld a, BANK("Battle Core")
rst FarCall
ret
@@ -7467,7 +7467,7 @@ GetMoveData: ; 37ead
ld hl, Moves
ld bc, MOVE_LENGTH
call AddNTimes
- ld a, Bank(Moves)
+ ld a, BANK(Moves)
jp FarCopyBytes
; 37ebb