pokered/constants/trainer_data_constants.asm
Vortyne ea49f472bf
Some checks are pending
CI / build (push) Waiting to run
CI / build-macos (push) Waiting to run
Add constants for trainer macro struct fields (#598)
---------

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-08-08 17:12:11 -04:00

11 lines
382 B
NASM

; trainer data structure fields (see macros/scripts/maps.asm)
rsreset
DEF TRAINER_EVENT_FLAG_BIT rb ; 0
DEF TRAINER_VIEW_RANGE rb ; 1
DEF TRAINER_EVENT_FLAG_POINTER rw ; 2
DEF TRAINER_BEFORE_BATTLE_TEXT rw ; 4
DEF TRAINER_AFTER_BATTLE_TEXT rw ; 6
DEF TRAINER_WON_BATTLE_TEXT rw ; 8
DEF TRAINER_LOST_BATTLE_TEXT rw ; 10
DEF TRAINER_STRUCT_SIZE EQU _RS ; 12