summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-19 22:37:08 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-19 22:37:08 -0400
commit9d8c5b22506ee867785012db89a9ab1c3006179a (patch)
treef688be0d59b2fa552f173dd25ea3dd65aed9e371 /asm
parent5a956fd91a61bfe1f8e0eb0072c036f4b460bb0a (diff)
Two additional script macros
Diffstat (limited to 'asm')
-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