Overworld HUD implementation (#15)

This commit is contained in:
xCrystal
2023-08-29 18:33:20 +02:00
parent b275d642cd
commit f386a63cf8
21 changed files with 214 additions and 98 deletions

View File

@@ -547,7 +547,7 @@ Phone_StartRinging:
call PlaySFX
call Phone_CallerTextbox
call UpdateSprites
farcall PhoneRing_CopyTilemapAtOnce
call PhoneRing_CopyTilemapAtOnce
ret
HangUp_Wait20Frames:
@@ -556,7 +556,7 @@ HangUp_Wait20Frames:
Phone_Wait20Frames:
ld c, 20
call DelayFrames
farcall PhoneRing_CopyTilemapAtOnce
call PhoneRing_CopyTilemapAtOnce
ret
PhoneRing_CopyTilemapAtOnce: