Skip to content

Commit

Permalink
Updated Normal Mode Trainers to HGSS levels
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Dec 28, 2023
1 parent d631ff9 commit 16bcf6d
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 259 deletions.
6 changes: 1 addition & 5 deletions constants/trainer_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,6 @@ DEF KRIS EQU __trainer_class__

trainerclass FIREBREATHER ; 30
const OTIS
const DICK
const NED
const BURT
const BILL
const WALT1
Expand All @@ -573,14 +571,12 @@ DEF KRIS EQU __trainer_class__
const HORTON

trainerclass BLACKBELT_T ; 32
const KENJI1
const YOSHI
const KENJI2
const LAO
const NOB
const KIYO
const LUNG
const KENJI3
const KENJI
const WAI
const MANFORD
const ANDER
Expand Down
2 changes: 1 addition & 1 deletion data/phone/phone_contacts.asm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PhoneContacts:
phone PICNICKER, TIFFANY3, ROUTE_43, ANYTIME, TiffanyPhoneCalleeScript, ANYTIME, TiffanyPhoneCallerScript
phone BIRD_KEEPER, VANCE1, ROUTE_44, ANYTIME, VancePhoneCalleeScript, ANYTIME, VancePhoneCallerScript
phone FISHER, WILTON1, ROUTE_44, ANYTIME, WiltonPhoneCalleeScript, ANYTIME, WiltonPhoneCallerScript
phone BLACKBELT_T, KENJI3, ROUTE_45, ANYTIME, KenjiPhoneCalleeScript, ANYTIME, KenjiPhoneCallerScript
phone BLACKBELT_T, KENJI, ROUTE_45, ANYTIME, KenjiPhoneCalleeScript, ANYTIME, KenjiPhoneCallerScript
phone HIKER, PARRY1, ROUTE_45, ANYTIME, ParryPhoneCalleeScript, ANYTIME, ParryPhoneCallerScript
phone PICNICKER, ERIN1, ROUTE_46, ANYTIME, ErinPhoneCalleeScript, ANYTIME, ErinPhoneCallerScript
phone BUG_CATCHER, DOUG1, ROUTE_2_SOUTH, ANYTIME, DougPhoneCalleeScript, ANYTIME, DougPhoneCallerScript
Expand Down
Loading

0 comments on commit 16bcf6d

Please sign in to comment.