summaryrefslogtreecommitdiff
path: root/engine/overworld/scripting.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-10 20:06:26 -0400
committerGitHub <noreply@github.com>2020-07-10 20:06:26 -0400
commit30c327276c937e06e3c8b7990cb9029937739f8e (patch)
tree5a0bef24e07c39c80ea3690f32af95993b6dccae /engine/overworld/scripting.asm
parentab0c582cbc79df7226357bc23b9e8254bcc4f053 (diff)
parenta19abb50459f29c895af53c57b477c03d1e0f644 (diff)
Merge pull request #55 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 b952818b..11f3fc45 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