diff options
author | Adelaide Walter <adelaidekwalter@gmail.com> | 2018-01-02 16:46:40 -0500 |
---|---|---|
committer | Adelaide Walter <adelaidekwalter@gmail.com> | 2018-01-02 16:46:40 -0500 |
commit | 0caea0f8202bf4cedb967a844a96cee04386b8df (patch) | |
tree | 8a53e1b8ac791ffe46cea22b4bda9dfecb0d5537 /engine/battle/core.asm | |
parent | f27f79488a460f0a89670f3611e1e9e175baf5d6 (diff) |
Use BANK for all hardcoded banks with BANK in comments.
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r-- | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 08021fc8b..48be08bf0 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -8440,7 +8440,7 @@ InitEnemy: ; 3f55e BackUpBGMap2: ; 3f568 ld a, [rSVBK] push af - ld a, $6 ; BANK(wDecompressScratch) + ld a, BANK(wDecompressScratch) ld [rSVBK], a ld hl, wDecompressScratch ld bc, $40 tiles ; vBGMap3 - vBGMap2 |