mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Use constant
This commit is contained in:
parent
06857bc222
commit
2ae2ce4fde
@ -88,7 +88,7 @@ _TitleScreen: ; 10ed67
|
||||
; Suicune gfx
|
||||
hlbgcoord 0, 12
|
||||
ld bc, 6 bgrows ; the rest of the screen
|
||||
ld a, 8
|
||||
ld a, 0 | VRAM_BANK_1
|
||||
call ByteFill
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user