You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessary).
This commit is contained in:
@@ -198,7 +198,7 @@ INCBIN "gfx/overworld/heal_machine.2bpp"
|
||||
.go
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
ld a, $5
|
||||
ld a, BANK(wOBPals2)
|
||||
ld [rSVBK], a
|
||||
|
||||
ld hl, wOBPals2 palette PAL_OW_TREE
|
||||
|
||||
Reference in New Issue
Block a user