diff options
author | yenatch <yenatch@gmail.com> | 2014-07-19 14:02:58 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-19 14:02:58 -0700 |
commit | be08d93b61bbd851f3ad5c0f4c9ceefd251a1cc8 (patch) | |
tree | 934762e66061c2b2602c4c769ab6bd614c13074a /engine/scripting.asm | |
parent | 52c5047a537410ef6f7c0571a5520e07f843bf3c (diff) |
Name the script special function and clean up a couple specials.
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 313653439..60d96f4d1 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -293,7 +293,7 @@ Script_special: ; 0x96e26 ld e, a call GetScriptByte ld d, a - callba Functionc01b + callba Special ret ; 0x96e35 |