Use BANK for all hardcoded banks with BANK in comments.

This commit is contained in:
Adelaide Walter
2018-01-02 16:46:40 -05:00
parent f27f79488a
commit 0caea0f820
7 changed files with 9 additions and 9 deletions

View File

@@ -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