summaryrefslogtreecommitdiff
path: root/engine/overworld/scripting.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-10 20:06:25 -0400
committerGitHub <noreply@github.com>2020-07-10 20:06:25 -0400
commit4fb008844030283ad34cb0802b088b4dd7c9891c (patch)
tree6854c5ea9c5311b677bfbcae0616f0979b754060 /engine/overworld/scripting.asm
parent9e4a00af4523cdfacbb6b245679e2e60fbc6b375 (diff)
parentc086de0c986330b09cd5e9fa384b950107ee4955 (diff)
Merge pull request #740 from Rangi42/master
Remove enum; add const_skip and const_next
Diffstat (limited to 'engine/overworld/scripting.asm')
-rw-r--r--engine/overworld/scripting.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/scripting.asm b/engine/overworld/scripting.asm
index 5104ba92b..708dedf50 100644
--- a/engine/overworld/scripting.asm
+++ b/engine/overworld/scripting.asm
@@ -62,7 +62,7 @@ RunScriptCommand:
ret
ScriptCommandTable:
-; entries correspond to macros/scripts/events.asm enumeration
+; entries correspond to *_command constants (see macros/scripts/events.asm)
dw Script_scall ; 00
dw Script_farscall ; 01
dw Script_memcall ; 02