diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-17 11:29:00 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-17 11:29:00 -0400 |
commit | be93ab33a752fe0360c3b23dd4f33e1b0a05bf0e (patch) | |
tree | 8fad7073f61b88e5080946d6f38669c3b67f2452 /engine/printer | |
parent | 8019db3ea98ee60d3e6675431e07819b83daf04c (diff) |
Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with pokegold
To do: engine/{menus, movie, overworld, pokemon}
Diffstat (limited to 'engine/printer')
-rw-r--r-- | engine/printer/printer.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |