mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-22 06:47:59 +13:00

This adds a ton of overworld sprites, some from KEP, others from SW97/99, for you all to mess around with. It also adds the prototype trainer sprites from SW99 to use with the old trainer classes, though some don't have modern GSC shading. Unfortunately, the SW99 trainer sprites need palfixing and my PC can't be fucked running it for some reason. Lots of potential here, particularly with making Mediums now use their distinct sprites, and having Channelers to fit into the mix. I'll be using these when fleshing out the Haunted House and Lavender Crypt. South Guy still doesn't have a name, so internally, they are called such. Green from KEP/TPP Anniversary Red has been imported too, because she's awesome like that. Yes this commit has the cat sprite. All rise for the best thing ever.
94 lines
1.6 KiB
NASM
94 lines
1.6 KiB
NASM
; Pics are defined in gfx/pics.asm
|
|
|
|
TrainerPicPointers::
|
|
; entries correspond to trainer classes (see constants/trainer_constants.asm)
|
|
table_width 3, TrainerPicPointers
|
|
dba FalknerPic
|
|
dba WhitneyPic
|
|
dba BugsyPic
|
|
dba MortyPic
|
|
dba PrycePic
|
|
dba JasminePic
|
|
dba ChuckPic
|
|
dba ClairPic
|
|
dba Rival1Pic
|
|
dba PokemonProfPic
|
|
dba WillPic
|
|
dba CalPic
|
|
dba BrunoPic
|
|
dba KarenPic
|
|
dba KogaPic
|
|
dba ChampionPic
|
|
dba BrockPic
|
|
dba MistyPic
|
|
dba LtSurgePic
|
|
dba ScientistPic
|
|
dba ErikaPic
|
|
dba YoungsterPic
|
|
dba SchoolboyPic
|
|
dba BirdKeeperPic
|
|
dba LassPic
|
|
dba JaninePic
|
|
dba CooltrainermPic
|
|
dba CooltrainerfPic
|
|
dba BeautyPic
|
|
dba PokemaniacPic
|
|
dba GruntmPic
|
|
dba GentlemanPic
|
|
dba SkierPic
|
|
dba TeacherPic
|
|
dba SabrinaPic
|
|
dba BugCatcherPic
|
|
dba FisherPic
|
|
dba SwimmermPic
|
|
dba SwimmerfPic
|
|
dba SailorPic
|
|
dba SuperNerdPic
|
|
dba Rival2Pic
|
|
dba GuitaristPic
|
|
dba HikerPic
|
|
dba BikerPic
|
|
dba BlainePic
|
|
dba BurglarPic
|
|
dba FirebreatherPic
|
|
dba JugglerPic
|
|
dba BlackbeltTPic
|
|
dba ExecutivemPic
|
|
dba PsychicTPic
|
|
dba PicnickerPic
|
|
dba CamperPic
|
|
dba ExecutivefPic
|
|
dba SagePic
|
|
dba MediumPic
|
|
dba BoarderPic
|
|
dba PokefanmPic
|
|
dba KimonoGirlPic
|
|
dba TwinsPic
|
|
dba PokefanfPic
|
|
dba RedPic
|
|
dba BluePic
|
|
dba OfficerPic
|
|
dba GruntfPic
|
|
dba MysticalmanPic
|
|
dba ChannelerPic
|
|
dba CueBallPic
|
|
dba EngineerPic
|
|
dba RockerPic
|
|
dba TamerPic
|
|
dba FirefighterPic
|
|
dba TeacherMPic
|
|
dba PainterPic
|
|
dba SoldierPic
|
|
dba SportsmanPic
|
|
dba AerodactylFossilPic
|
|
dba KabutopsFossilPic
|
|
dba WalkerPic
|
|
dba LoreleiPic
|
|
dba SouthGuyPic
|
|
dba ImposterOakPic
|
|
dba AgathaPic
|
|
dba Giovanni3Pic
|
|
dba GreenPic
|
|
dba KurtPic
|
|
assert_table_length NUM_TRAINER_CLASSES
|