summaryrefslogtreecommitdiff
path: root/engine/diploma.asm
diff options
context:
space:
mode:
authorJimB16 <f1@jimb.de>2015-10-19 16:25:15 +0200
committerJimB16 <f1@jimb.de>2015-10-19 16:25:15 +0200
commit3b9a3cc3bee8934e45f5e4d3fd9704b3fa619560 (patch)
treeb402ddfd95a21402d2ab76368d44b9f04f937725 /engine/diploma.asm
parent3ef626d37864f4dae26f115c26e448351f19da7c (diff)
parentf399315a489c7eff28ec1941c41d12264fb38039 (diff)
merge conflicts resolved
Diffstat (limited to 'engine/diploma.asm')
-rw-r--r--engine/diploma.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/diploma.asm b/engine/diploma.asm
index f14ac383d..eff2ff5f1 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