mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Add comments associating constants with data, and identify some more data
This commit is contained in:
parent
0177688ad4
commit
69788c536b
45 changed files with 318 additions and 299 deletions
|
|
@ -5,6 +5,14 @@ trainer_const: MACRO
|
|||
OPP_\1 EQU OPP_ID_OFFSET + \1
|
||||
ENDM
|
||||
|
||||
; trainer class ids
|
||||
; indexes for:
|
||||
; - TrainerNames (see data/trainers/names.asm)
|
||||
; - TrainerNamePointers (see data/trainers/name_pointers.asm)
|
||||
; - TrainerDataPointers (see data/trainers/parties.asm)
|
||||
; - TrainerPicAndMoneyPointers (see data/trainers/pic_pointers_money.asm)
|
||||
; - TrainerAIPointers (see data/trainers/ai_pointers.asm)
|
||||
; - TrainerClassMoveChoiceModifications (see data/trainers/move_choices.asm)
|
||||
const_def
|
||||
trainer_const NOBODY ; $00
|
||||
trainer_const YOUNGSTER ; $01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue