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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 51f8e7330..35314ac3f 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1629,7 +1629,7 @@
@ Jumps to dest if the Quest Log is currently showing playback scenes (dest is usually a release/end)
.macro goto_if_questlog dest:req
- special Special_GetQuestLogState
+ special GetQuestLogState
compare VAR_RESULT, 2
goto_if_eq \dest
.endm