mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-16 07:03:22 +12:00
Use STARTER1 and STARTER2 for the title screen
This commit is contained in:
parent
847e487eef
commit
0da16c1625
1 changed files with 2 additions and 2 deletions
|
|
@ -119,10 +119,10 @@ DisplayTitleScreen:
|
||||||
call EnableLCD
|
call EnableLCD
|
||||||
|
|
||||||
IF DEF(_RED)
|
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
|
ENDC
|
||||||
IF DEF(_BLUE)
|
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
|
ENDC
|
||||||
ld [wTitleMonSpecies], a
|
ld [wTitleMonSpecies], a
|
||||||
call LoadTitleMonSprite
|
call LoadTitleMonSprite
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue