mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Gym Scaling proof of concept
pokecrystal requires a very different approach to gym scaling. This is based on the phone code. Could absolutely be revised in a myriad of ways.
This commit is contained in:
parent
19191608f3
commit
442b9b9956
3 changed files with 77 additions and 8 deletions
|
|
@ -30,6 +30,9 @@ DEF NUM_NONTRAINER_PHONECONTACTS EQU const_value - 1
|
|||
DEF KRIS EQU __trainer_class__
|
||||
trainerclass FALKNER ; 1
|
||||
const FALKNER1
|
||||
const FALKNER2
|
||||
const FALKNER3
|
||||
const FALKNER4
|
||||
|
||||
trainerclass WHITNEY ; 2
|
||||
const WHITNEY1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue