mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

- An interesting thing I decided to implement here; every time the title screen gets loaded, it loads a random choice between Red and Green, as well as Scream Tail and Sandy Shocks. This effectively gives 4 different starting title screens. - Made the EXPN. PAK text on the title screen more centered. - Green now appears on the diploma instead of Red if you're playing as her.
19 lines
403 B
NASM
19 lines
403 B
NASM
TitleMons:
|
|
; mons on the title screen are randomly chosen from here
|
|
db SCREAM_TAIL ; Mascots
|
|
db SANDY_SHOCKS
|
|
db TOTARTLE ; New Starters
|
|
db GOROCHU
|
|
db SYLVEON
|
|
db GAVILLAIN ; RG Betas
|
|
db SHARPOON
|
|
db GAWARHED
|
|
db BELLIGNAN ; GS Betas
|
|
db LUXWAN
|
|
db PORYGON2 ; Post-Gen 1 Evos
|
|
db TANGROWTH
|
|
db ANNIHILAPE
|
|
db EXEGGUTOR_A ; Regional Variants & Convergents
|
|
db TAUROS_PB
|
|
db WUGTRIO
|