Two additional script macros

This commit is contained in:
PikalaxALT
2019-10-19 22:37:08 -04:00
parent 5a956fd91a
commit 9d8c5b2250
43 changed files with 196 additions and 390 deletions
+11
View File
@@ -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