diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-13 18:48:26 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-13 18:48:26 -0400 |
commit | 75035a71a544821de0b397cfd5bacad5cf4da8fd (patch) | |
tree | a6f0321c5bb59c2e5bae7d26d20fe7c8e4ff4e88 /engine/battle/core.asm | |
parent | 0d683ea0c72c3d86736cd08667f14d6abe5964c3 (diff) |
Label some mobile addresses, and revise some comments
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r-- | engine/battle/core.asm | 4 |
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 |