From be93ab33a752fe0360c3b23dd4f33e1b0a05bf0e Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 17 Jun 2020 11:29:00 -0400 Subject: Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with pokegold To do: engine/{menus, movie, overworld, pokemon} --- engine/printer/printer.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/printer') diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm index 607efcca2..2d9495cbd 100644 --- a/engine/printer/printer.asm +++ b/engine/printer/printer.asm @@ -71,7 +71,7 @@ PrintDexEntry: ld hl, hVBlank ld a, [hl] push af - ld [hl], $4 + ld [hl], 4 ld a, 8 ; 16 rows ld [wPrinterQueueLength], a @@ -904,7 +904,7 @@ Printer_PlaceBottomBorders: Printer_PlaceEmptyBoxSlotString: hlcoord 2, 0 - ld c, $6 + ld c, 6 .loop push bc push hl -- cgit v1.2.3