diff options
Diffstat (limited to 'event/special.asm')
-rwxr-xr-x | event/special.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event/special.asm b/event/special.asm index c5ddabbcf..f1228abc6 100755 --- a/event/special.asm +++ b/event/special.asm @@ -188,9 +188,9 @@ MassageOrHaircut: ; 7420 .loop sub [hl] jr c, .ok -rept 3 inc hl -endr + inc hl + inc hl jr .loop .ok |