mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
parent
d7808d110f
commit
6b5be9129c
101 changed files with 958 additions and 958 deletions
|
|
@ -1,8 +1,8 @@
|
|||
OPP_ID_OFFSET EQU 200
|
||||
DEF OPP_ID_OFFSET EQU 200
|
||||
|
||||
trainer_const: MACRO
|
||||
MACRO trainer_const
|
||||
const \1
|
||||
OPP_\1 EQU OPP_ID_OFFSET + \1
|
||||
DEF OPP_\1 EQU OPP_ID_OFFSET + \1
|
||||
ENDM
|
||||
|
||||
; trainer class ids
|
||||
|
|
@ -62,4 +62,4 @@ ENDM
|
|||
trainer_const CHANNELER ; $2D
|
||||
trainer_const AGATHA ; $2E
|
||||
trainer_const LANCE ; $2F
|
||||
NUM_TRAINERS EQU const_value - 1
|
||||
DEF NUM_TRAINERS EQU const_value - 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue