diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-14 12:28:00 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-14 12:28:00 -0400 |
commit | 3108c9fa6a265a7ecbac6fa2aaa458025f5aeead (patch) | |
tree | 00d971d5ce33222990ad71319e3d6a3bf40fa7cd /engine/scripting.asm | |
parent | 1a84ca4e552c6b5c98500475a5bc177f59e3b42a (diff) |
Unify step_sleep macro
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 076ca3b79..745948a6f 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -1427,12 +1427,12 @@ ShowEmoteScript: ; 973b6 .Show: show_emote - step_sleep_1 + step_sleep 1 step_end .Hide: hide_emote - step_sleep_1 + step_sleep 1 step_end ; 973c7 |