summaryrefslogtreecommitdiff
path: root/mobile/mobile_41.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/mobile_41.asm')
-rw-r--r--mobile/mobile_41.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/mobile_41.asm b/mobile/mobile_41.asm
index 66acfb5ac..fc3516c4c 100644
--- a/mobile/mobile_41.asm
+++ b/mobile/mobile_41.asm
@@ -1016,10 +1016,10 @@ Function106464::
ld hl, vTiles2 tile "▲" ; $61
lb bc, BANK(FontsExtra2_UpArrowGFX), 1
call Get2bpp
- ld de, GFX_106514
+ ld de, MobileDialingFrameGFX
ld hl, vTiles2 tile "☎" ; $62
ld c, 9
- ld b, BANK(GFX_106514)
+ ld b, BANK(MobileDialingFrameGFX)
call Get2bpp
ld de, $40b0
ld hl, vTiles2 tile $6b
@@ -1103,5 +1103,5 @@ Function10650a:
call Get2bpp
ret
-GFX_106514:
-INCBIN "gfx/unknown/106514.2bpp"
+MobileDialingFrameGFX:
+INCBIN "gfx/mobile/dialing_frame.2bpp"