mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 00:55:28 +13:00
Trainerpic command and Fossils
This commit is contained in:
parent
9a54c174ef
commit
913850d433
19 changed files with 91 additions and 8 deletions
|
|
@ -463,5 +463,17 @@ TrainerClassAttributes:
|
|||
db 10 ; base reward
|
||||
dw AI_BASIC | AI_CAUTIOUS | AI_STATUS
|
||||
dw CONTEXT_USE | SWITCH_SOMETIMES
|
||||
|
||||
; FOSSIL1
|
||||
db NO_ITEM, NO_ITEM ; items
|
||||
db 99 ; base reward
|
||||
dw AI_BASIC | AI_CAUTIOUS | AI_STATUS
|
||||
dw CONTEXT_USE | SWITCH_RARELY
|
||||
|
||||
; FOSSIL2
|
||||
db NO_ITEM, NO_ITEM ; items
|
||||
db 99 ; base reward
|
||||
dw AI_BASIC | AI_CAUTIOUS | AI_STATUS
|
||||
dw CONTEXT_USE | SWITCH_RARELY
|
||||
|
||||
assert_table_length NUM_TRAINER_CLASSES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue