summaryrefslogtreecommitdiff
path: root/asm/macros/event.inc
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros/event.inc')
-rw-r--r--asm/macros/event.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 83ae4f493..98910b1cc 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1441,3 +1441,14 @@
setorcopyvar 0x8002, \fanfare
callstd 9
.endm
+
+ .macro famechecker person, index
+ setvar VAR_0x8004, \person
+ setvar VAR_0x8005, \index
+ special SetFlavorTextFlagFromSpecialVars
+ .endm
+
+ .macro set_gym_trainers gym
+ setvar VAR_0x8008, \gym
+ call EventScript_1A6B18
+ .endm