From 041c4f28a3c35e31329222769534942439b70f29 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sat, 11 Jun 2016 20:31:09 -0400 Subject: Character dict; surfing minigame; printer debug --- engine/printer.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engine/printer.asm') diff --git a/engine/printer.asm b/engine/printer.asm index d4cc8192..4bf04e1a 100644 --- a/engine/printer.asm +++ b/engine/printer.asm @@ -359,7 +359,7 @@ PrintFanClubPortrait: ; e8e24 xor a ld [hCanceledPrinting], a call Printer_PlayPrinterMusic - call Func_ea3ea + call Printer_GetMonStats ld a, [rIE] push af xor a @@ -397,7 +397,7 @@ PrintFanClubPortrait: ; e8e24 call Printer_PlayMapMusic ret -Func_e8e79: ; e8e79 (3a:4e79) +PrinterDebug: ; e8e79 (3a:4e79) push af push bc push de @@ -415,13 +415,13 @@ Func_e8e79: ; e8e79 (3a:4e79) ld a, $1 ld [H_AUTOBGTRANSFERENABLED], a call Printer_CopyTileMapToPrinterTileBuffer - call Func_ea573 + call PrinterDebug_LoadGFX .loop ld a, [wPrinterSendState] bit 7, a jr nz, .quit - call Func_ea5d1 - call Func_ea5b7 + call PrinterDebug_DoFunction + call PrinterDebug_ConvertStatusFlagsToTiles call DelayFrame jr .loop -- cgit v1.3.1-sl0p