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

internally kind of sloppy, filenames refer to Pink as a few different things and none of them are by their final name lol Haven't managed to get this to build the debug rom? Probably not a big deal, though you have to specifically run "make kep" instead of just "make"
15 lines
538 B
NASM
15 lines
538 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:
|
|
|
|
NBPlayerCharacterTitleGraphics: INCBIN "gfx/title/nbplayer.2bpp"
|
|
NBPlayerCharacterTitleGraphicsEnd:
|