diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 18:11:17 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 18:11:17 -0500 |
| commit | 040aa7cb171a990a7d4076282e8a12a7b189096b (patch) | |
| tree | 792d79ee917ed1005d27346af20a48febf708eb2 /engine/phone | |
| parent | 0a1fef45fd4806de0f1c1439314971d5f46c8aa2 (diff) | |
LoadEDTile → CopyTilemapAtOnce (fix #345)
Diffstat (limited to 'engine/phone')
| -rw-r--r-- | engine/phone/phone.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/phone/phone.asm b/engine/phone/phone.asm index 9b451d04a..53bb519b3 100644 --- a/engine/phone/phone.asm +++ b/engine/phone/phone.asm @@ -599,7 +599,7 @@ Phone_StartRinging: ; 9033f call PlaySFX call Phone_CallerTextbox call UpdateSprites - farcall PhoneRing_LoadEDTile + farcall PhoneRing_CopyTilemapAtOnce ret ; 90355 @@ -609,7 +609,7 @@ HangUp_Wait20Frames: ; 90355 Phone_Wait20Frames ld c, 20 call DelayFrames - farcall PhoneRing_LoadEDTile + farcall PhoneRing_CopyTilemapAtOnce ret ; 90363 |
