summaryrefslogtreecommitdiff
path: root/gfx/mail.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/mail.asm')
-rwxr-xr-xgfx/mail.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gfx/mail.asm b/gfx/mail.asm
index 38b329946..9ab6fa0d4 100755
--- a/gfx/mail.asm
+++ b/gfx/mail.asm
@@ -41,14 +41,12 @@ ReadAnyMail: ; b9237
call SetPalettes
xor a
ld [hJoyPressed], a
- call Functionb929a
+ call .loop
call ClearBGPalettes
call DisableLCD
call LoadStandardFont
jp EnableLCD
-; b929a
-Functionb929a: ; b929a
.loop
call GetJoypad
ld a, [hJoyPressed]
@@ -61,7 +59,7 @@ Functionb929a: ; b929a
.pressed_start
ld a, [wJumptableIndex]
push af
- callab Function845d4
+ callab PrintMail ; printer
pop af
ld [wJumptableIndex], a
jr .loop