diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-10 17:03:04 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-10 18:00:12 -0400 |
commit | d42330ed8b591db79c43ef680edc5965d6a7b14b (patch) | |
tree | aa02be28fbeef1e8d7e35c622b2163a3739886db /engine/diploma.asm | |
parent | b68913a782baee1334e9614661c712ff27895e8e (diff) |
Annotation of PrintNum arguments in bc, and radio functions
Diffstat (limited to 'engine/diploma.asm')
-rw-r--r-- | engine/diploma.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/diploma.asm b/engine/diploma.asm index 420bff7f1..f56e4ec00 100644 --- a/engine/diploma.asm +++ b/engine/diploma.asm @@ -70,12 +70,12 @@ Function1dd7ae: ; 1dd7ae call PlaceString hlcoord 12, 15 ld de, GameTimeHours - ld bc, $0204 + lb bc, 2, 4 call PrintNum ld [hl], $67 inc hl ld de, GameTimeMinutes - ld bc, $8102 + lb bc, PRINTNUM_LEADINGZEROS | 1, 2 call PrintNum ret ; 1dd7f0 |