ref: 8e54adc22f6793ce86612d30770b02c71a80a2db dir: /macros/trainer.asm/
trainerclass: MACRO enum \1 const_value = 1 ENDM trainer: MACRO ; flag, group, id, seen text, win text, lost text, talk-again text dw \1 db \2, \3 dw \4, \5, \6, \7 ENDM