summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-10 16:55:58 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-11 00:47:47 -0500
commit0bb7f18b8e609f76a9021420470737bbd16cc2bd (patch)
treea7c9d6efbc2588c3b73b59d55012386958373ae5 /asm/macros
parenta5375776714b126dbe478a4f535392373f3ba9f0 (diff)
Sync Cable Club scripts
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/event.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 1169905b5..5526b1e50 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1626,3 +1626,10 @@
setvar VAR_0x8008, \gym
call EventScript_SetGymTrainers
.endm
+
+ @ Appears frequently at start of NPC scripts. Should be used once named/understood
+ .macro unk_questlog
+ special sub_8110AB4
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_1A7AE0
+ .endm