diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 13:22:19 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 13:22:19 -0500 |
commit | 5b13a7a13b9ebbb26a75b9ef19221e8e140c221b (patch) | |
tree | fc55cfb95e2e55efe71d43f074462717edad3e4f /engine/scripting.asm | |
parent | c5675927feefc60a286de1725515d1475a30ca2c (diff) |
Identify more sprite-related constants
Start more documentation
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index df22995b5..ed6221d6e 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -64,6 +64,7 @@ RunScriptCommand: ScriptCommandTable: +; entries correspond to macros/event.asm enumeration dw Script_scall ; 00 dw Script_farscall ; 01 dw Script_ptcall ; 02 |