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

Well, 'unique' is VERY loose here. He looks and behaves identically to a Black Belt still, just with a proper name and a higher payout. He replaces the unused Junior class. In addition, I've brought back the text on the scrolls on the back wall in the Fighting Dojo that were accidentally inaccessible for a while.
56 lines
1,009 B
NASM
56 lines
1,009 B
NASM
TrainerNames::
|
|
list_start TrainerNames
|
|
li "YOUNGSTER"
|
|
li "BUG CATCHER"
|
|
li "LASS"
|
|
li "SAILOR"
|
|
li "JR.TRAINER♂"
|
|
li "JR.TRAINER♀"
|
|
li "POKéMANIAC"
|
|
li "SUPER NERD"
|
|
li "HIKER"
|
|
li "BIKER"
|
|
li "BURGLAR"
|
|
li "ENGINEER"
|
|
li "FISHERMAN"
|
|
li "SWIMMER"
|
|
li "CUE BALL"
|
|
li "GAMBLER"
|
|
li "BEAUTY"
|
|
li "PSYCHIC"
|
|
li "ROCKER"
|
|
li "JUGGLER"
|
|
li "TAMER"
|
|
li "BIRD KEEPER"
|
|
li "BLACKBELT"
|
|
li "RIVAL1"
|
|
li "PROF.OAK"
|
|
li "CHIEF"
|
|
li "SCIENTIST"
|
|
li "GIOVANNI"
|
|
li "ROCKET"
|
|
li "COOLTRAINER♂"
|
|
li "COOLTRAINER♀"
|
|
li "BRUNO"
|
|
li "BROCK"
|
|
li "MISTY"
|
|
li "LT.SURGE"
|
|
li "ERIKA"
|
|
li "KOGA"
|
|
li "BLAINE"
|
|
li "SABRINA"
|
|
li "GENTLEMAN"
|
|
li "RIVAL2"
|
|
li "RIVAL3"
|
|
li "LORELEI"
|
|
li "CHANNELER"
|
|
li "AGATHA"
|
|
li "LANCE"
|
|
li "YUJIROU"
|
|
li "STUDENT"
|
|
li "FIREFIGHTER"
|
|
li "KOICHI"
|
|
li "JACKY" ; Often called Jack, but the only source for that is the file names themselves, which are oft shortened or literal japanese translations; all other context is "Shinjuku Jacky".
|
|
li "JESSIE&JAMES"
|
|
assert_list_length NUM_TRAINERS
|