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:
@@ -19,7 +19,7 @@ _UnownPrinter:
|
||||
|
||||
ld de, UnownDexATile
|
||||
ld hl, vTiles0 tile UNOWNSTAMP_BOLD_A
|
||||
lb bc, BANK(UnownDexBTile), 1
|
||||
lb bc, BANK(UnownDexATile), 1
|
||||
call Request1bpp
|
||||
|
||||
ld de, UnownDexBTile
|
||||
|
||||
Reference in New Issue
Block a user