summaryrefslogtreecommitdiff
path: root/macros/trainer.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/trainer.asm')
-rw-r--r--macros/trainer.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/trainer.asm b/macros/trainer.asm
new file mode 100644
index 000000000..610de1c13
--- /dev/null
+++ b/macros/trainer.asm
@@ -0,0 +1,4 @@
+trainerclass: MACRO
+ enum \1
+const_value = 1
+ENDM