mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 00:55:28 +13:00
11 new trainer classes
This adds the lost RBY trainer classes and a few unused ones. No sprites because I keep messing up the alpha channels among other things. I shall simply ask Martha. Also spruced up the readme slightly.
This commit is contained in:
parent
f53559e4e4
commit
1e629ebc1a
24 changed files with 290 additions and 9 deletions
|
|
@ -71,7 +71,14 @@ TrainerEncounterMusic::
|
|||
db MUSIC_HIKER_ENCOUNTER ; officer
|
||||
db MUSIC_ROCKET_ENCOUNTER ; gruntf
|
||||
db MUSIC_HIKER_ENCOUNTER ; mysticalman
|
||||
db MUSIC_SAGE_ENCOUNTER ; channeler
|
||||
db MUSIC_HIKER_ENCOUNTER ; cue ball
|
||||
db MUSIC_HIKER_ENCOUNTER ; engineer
|
||||
db MUSIC_HIKER_ENCOUNTER ; rocker
|
||||
db MUSIC_HIKER_ENCOUNTER ; tamer
|
||||
db MUSIC_HIKER_ENCOUNTER ; firefighter
|
||||
db MUSIC_HIKER_ENCOUNTER ; teacherm
|
||||
db MUSIC_LASS_ENCOUNTER ; painter
|
||||
db MUSIC_HIKER_ENCOUNTER ; soldier
|
||||
db MUSIC_HIKER_ENCOUNTER ; sportsman
|
||||
assert_table_length NUM_TRAINER_CLASSES + 1
|
||||
db MUSIC_HIKER_ENCOUNTER ; unused
|
||||
db MUSIC_HIKER_ENCOUNTER ; unused
|
||||
db MUSIC_HIKER_ENCOUNTER ; unused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue