Use STARTER1 and STARTER2 for the title screen

This commit is contained in:
Rangi 2020-11-07 10:27:03 -05:00
parent 847e487eef
commit 0da16c1625

View file

@ -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