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

This gives Sepia City all of its locations. The pagoda uses references to the Five-Story Pagoda story from 1891, with Sages using various 成语 translated into English. This also adds the Elder class, assigning it to Li and (now) Roen. The Elder in the pagoda is not yet battle-able as I haven't really fit anything into the story. No cutscenes, etc, it's all too early.
99 lines
1.7 KiB
NASM
99 lines
1.7 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 Giovanni1Pic
|
|
dba Giovanni3Pic
|
|
dba GreenPic
|
|
dba KurtPic
|
|
dba ArianaPic
|
|
dba ArcherPic
|
|
dba ProfBluePic
|
|
dba SagePic ; Elder
|
|
assert_table_length NUM_TRAINER_CLASSES
|