Unify step_sleep macro

This commit is contained in:
pikalaxalt
2016-05-14 12:28:00 -04:00
parent 1a84ca4e55
commit 3108c9fa6a
13 changed files with 49 additions and 84 deletions

View File

@@ -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