shithub: pokered

Download patch

ref: 0da16c162580dd9677dc9407775f4d37d9403b94
parent: 847e487eeffbe1acdbd7b89739118a30b2147db6
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sat Nov 7 05:27:03 EST 2020

Use STARTER1 and STARTER2 for the title screen

--- a/engine/movie/title.asm
+++ b/engine/movie/title.asm
@@ -119,10 +119,10 @@
 	call EnableLCD
 
 IF DEF(_RED)
-	ld a, CHARMANDER ; which Pokemon to show first on the title screen
+	ld a, STARTER1 ; which Pokemon to show first on the title screen
 ENDC
 IF DEF(_BLUE)
-	ld a, SQUIRTLE ; which Pokemon to show first on the title screen
+	ld a, STARTER2 ; which Pokemon to show first on the title screen
 ENDC
 	ld [wTitleMonSpecies], a
 	call LoadTitleMonSprite