mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00
Use STARTER1 and STARTER2 for the title screen
This commit is contained in:
parent
847e487eef
commit
0da16c1625
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue