From 0da16c162580dd9677dc9407775f4d37d9403b94 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 7 Nov 2020 10:27:03 -0500 Subject: Use STARTER1 and STARTER2 for the title screen --- engine/movie/title.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/movie/title.asm b/engine/movie/title.asm index a75c64ee..ef015795 100755 --- a/engine/movie/title.asm +++ b/engine/movie/title.asm @@ -119,10 +119,10 @@ DisplayTitleScreen: 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 -- cgit v1.2.3