You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use BANK for all hardcoded banks with BANK in comments.
This commit is contained in:
@@ -8,7 +8,7 @@ GetPokeBallWobble: ; f971 (3:7971)
|
||||
ld d, a
|
||||
push de
|
||||
|
||||
ld a, 1 ; BANK(Buffer2)
|
||||
ld a, BANK(Buffer2)
|
||||
ld [rSVBK], a
|
||||
|
||||
ld a, [Buffer2]
|
||||
|
Reference in New Issue
Block a user