shithub: pokecrystal

Download patch

ref: a63d9dfd4f4b214034c9a88a14b53635c10914d9
parent: 40b537d45b4b8937038126f7e5d2d21ccee460c0
parent: 436f4829b5ab61a9b97fd9c82b0a8dc9812bbbe9
author: yenatch <yenatch@gmail.com>
date: Wed Apr 11 19:40:29 EDT 2018

Merge pull request #507 from yenatch/master

fix label from the wrong bank in the title screen

--- a/engine/movie/title.asm
+++ b/engine/movie/title.asm
@@ -220,7 +220,7 @@
 	ld [hBGMapMode], a
 
 	xor a
-	ld [wBGPals1 + 2], a
+	ld [wd002], a
 
 ; Play starting sound effect
 	call SFXChannelsOff
@@ -231,7 +231,7 @@
 ; 10eea7
 
 SuicuneFrameIterator: ; 10eea7
-	ld hl, wBGPals1 + 2
+	ld hl, wd002
 	ld a, [hl]
 	ld c, a
 	inc [hl]