summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index d51e4cdd5..9805ec958 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -230,9 +230,9 @@ BattleTurn:
Stubbed_Function3c1bf:
ret
- ld a, 5 ; MBC30 bank used by JP Crystal; inaccessible by MBC3
+ ld a, BANK(s5_a89b) ; MBC30 bank used by JP Crystal; inaccessible by MBC3
call GetSRAMBank
- ld hl, $a89b ; address of MBC30 bank
+ ld hl, s5_a89b ; address of MBC30 bank
inc [hl]
jr nz, .finish
dec hl