diff options
| author | mid-kid <esteve.varela@gmail.com> | 2018-05-05 09:19:04 +0200 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2018-05-05 09:19:04 +0200 |
| commit | c82deab86fc984b6af4686d88b42042be4f6cd9e (patch) | |
| tree | da8409973a788a962e8be9ae42d9cd7a18727c38 /engine/phone | |
| parent | a63d9dfd4f4b214034c9a88a14b53635c10914d9 (diff) | |
fix-various-little-things
A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
Diffstat (limited to 'engine/phone')
| -rw-r--r-- | engine/phone/phone.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/phone/phone.asm b/engine/phone/phone.asm index 633096cd9..41f7bf47f 100644 --- a/engine/phone/phone.asm +++ b/engine/phone/phone.asm @@ -604,7 +604,7 @@ Phone_StartRinging: ; 9033f HangUp_Wait20Frames: ; 90355 jr Phone_Wait20Frames -Phone_Wait20Frames +Phone_Wait20Frames: ld c, 20 call DelayFrames farcall PhoneRing_CopyTilemapAtOnce |
