You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix comments around BANK() statements
Found a couple BANK()s that reference multiple labels.
This commit is contained in:
@@ -97,7 +97,7 @@ Init::
|
||||
call ClearSprites
|
||||
call ClearsScratch
|
||||
|
||||
ld a, BANK(WriteOAMDMACodeToHRAM)
|
||||
ld a, BANK(GameInit) ; and BANK(WriteOAMDMACodeToHRAM)
|
||||
rst Bankswitch
|
||||
|
||||
call WriteOAMDMACodeToHRAM
|
||||
|
||||
Reference in New Issue
Block a user