summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-03 14:07:10 -0700
committeryenatch <yenatch@gmail.com>2014-06-03 14:07:10 -0700
commit20444d2f63ffc1545d5fda81fd3883235be92a4c (patch)
treee67497366aee9117d9067b6208bfb75feefcac82 /home.asm
parent99fbe3147bfb73ec02c0886dd6c16b6f94e0ebda (diff)
More MAX_LEVEL use.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 3bea298b7..fa36369b6 100644
--- a/home.asm
+++ b/home.asm
@@ -1829,7 +1829,7 @@ PrintLevel:: ; 382d
; Print TempMonLevel at hl
ld a, [TempMonLevel]
- ld [hl], $6e ; ":L"
+ ld [hl], LV_CHAR
inc hl
; How many digits?
@@ -1845,7 +1845,7 @@ PrintLevel:: ; 382d
Function383d:: ; 383d
; Print :L and all 3 digits
- ld [hl], $6e
+ ld [hl], LV_CHAR
inc hl
ld c, 3
; 3842