More MAX_LEVEL use.

This commit is contained in:
yenatch
2014-06-03 14:07:10 -07:00
parent 99fbe3147b
commit 20444d2f63
5 changed files with 65 additions and 63 deletions

View File

@@ -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