shithub: pokecrystal

ref: 1c7d4954cd9911538c47389b56c16704048d7a4f
dir: /macros/trainer.asm/

View raw version
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