Merge pull request #507 from yenatch/master

fix label from the wrong bank in the title screen
This commit is contained in:
yenatch 2018-04-11 23:40:29 -04:00 committed by GitHub
commit a63d9dfd4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ _TitleScreen: ; 10ed67
ld [hBGMapMode], a
xor a
ld [wBGPals1 + 2], a
ld [wd002], a
; Play starting sound effect
call SFXChannelsOff
@ -231,7 +231,7 @@ _TitleScreen: ; 10ed67
; 10eea7
SuicuneFrameIterator: ; 10eea7
ld hl, wBGPals1 + 2
ld hl, wd002
ld a, [hl]
ld c, a
inc [hl]