summaryrefslogtreecommitdiff
path: root/engine/printer.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-10 12:31:49 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-10 12:31:49 -0400
commitae36ef2c7fb722b7480d73c7a95a5d1e2ece7831 (patch)
treec6cfbfa143807b10f3baf86eeed3ff6275237c72 /engine/printer.asm
parente95d42e0af1921f516c1fd4269024aa3f586514f (diff)
Labeled every function in ROM0 that's referenced in the source
Diffstat (limited to 'engine/printer.asm')
-rwxr-xr-xengine/printer.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/printer.asm b/engine/printer.asm
index 409c8a461..1762a5b81 100755
--- a/engine/printer.asm
+++ b/engine/printer.asm
@@ -293,9 +293,9 @@ Function841e2: ; 841e2 (21:41e2)
Function841fb: ; 841fb (21:41fb)
xor a
ld hl, wca82
-rept 3
ld [hli], a
-endr
+ ld [hli], a
+ ld [hli], a
ld [hl], a
ld hl, wca86
ld [hli], a
@@ -1362,7 +1362,7 @@ Function848ed: ; 848ed (21:48ed)
call AddNTimes
ld a, [hl]
pop hl
- call Function383d
+ call PrintLevel_Force3Digits
.ok2
ld hl, wd002
inc [hl]