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.
12 lines
437 B
NASM
12 lines
437 B
NASM
TrainerInfoTextBoxTileGraphics: INCBIN "gfx/trainer_card/trainer_info.2bpp"
|
|
TrainerInfoTextBoxTileGraphicsEnd:
|
|
|
|
;BlankLeaderNames: INCBIN "gfx/trainer_card/blank_leader_names.2bpp" not needed in localised vers
|
|
|
|
CircleTile: INCBIN "gfx/trainer_card/circle_tile.2bpp"
|
|
|
|
BadgeNumbersTileGraphics: INCBIN "gfx/trainer_card/badge_numbers.2bpp"
|
|
|
|
FPlayerCharacterTitleGraphics: INCBIN "gfx/title/fplayer.2bpp"
|
|
FPlayerCharacterTitleGraphicsEnd:
|