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 /event | |
| parent | 1a84ca4e552c6b5c98500475a5bc177f59e3b42a (diff) | |
Unify step_sleep macro
Diffstat (limited to 'event')
| -rwxr-xr-x | event/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/overworld.asm b/event/overworld.asm index c9fe754fe..77903e107 100755 --- a/event/overworld.asm +++ b/event/overworld.asm @@ -1632,7 +1632,7 @@ Script_GotABite: ; 0xd035 fish_got_bite fish_got_bite fish_got_bite - step_sleep_1 + step_sleep 1 show_emote step_end |
