mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
fix label from the wrong bank in the title screen
This commit is contained in:
parent
40b537d45b
commit
436f4829b5
@ -220,7 +220,7 @@ _TitleScreen: ; 10ed67
|
|||||||
ld [hBGMapMode], a
|
ld [hBGMapMode], a
|
||||||
|
|
||||||
xor a
|
xor a
|
||||||
ld [wBGPals1 + 2], a
|
ld [wd002], a
|
||||||
|
|
||||||
; Play starting sound effect
|
; Play starting sound effect
|
||||||
call SFXChannelsOff
|
call SFXChannelsOff
|
||||||
@ -231,7 +231,7 @@ _TitleScreen: ; 10ed67
|
|||||||
; 10eea7
|
; 10eea7
|
||||||
|
|
||||||
SuicuneFrameIterator: ; 10eea7
|
SuicuneFrameIterator: ; 10eea7
|
||||||
ld hl, wBGPals1 + 2
|
ld hl, wd002
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
ld c, a
|
ld c, a
|
||||||
inc [hl]
|
inc [hl]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user