Skip to content

Commit

Permalink
Use STARTER1 and STARTER2 for the title screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Nov 7, 2020
1 parent 847e487 commit 0da16c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/movie/title.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0da16c1

Please sign in to comment.