aboutsummaryrefslogtreecommitdiffstats
path: root/engine/diploma_3a.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-11 15:45:24 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-11 15:45:24 -0500
commit269f2c3ba72776e975f5b00d9a1361cadbda42a7 (patch)
tree459220542fcbfbd48b9725b48597b5740ee1ec0f /engine/diploma_3a.asm
parentClean up main.asm (diff)
downloadpokeyellow-269f2c3ba72776e975f5b00d9a1361cadbda42a7.tar.gz
pokeyellow-269f2c3ba72776e975f5b00d9a1361cadbda42a7.tar.xz
pokeyellow-269f2c3ba72776e975f5b00d9a1361cadbda42a7.zip
Sync with pokered
from August 29, 2015 to April 6, 2016
Diffstat (limited to 'engine/diploma_3a.asm')
-rwxr-xr-xengine/diploma_3a.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/diploma_3a.asm b/engine/diploma_3a.asm
index c8a7e740..60769e09 100755
--- a/engine/diploma_3a.asm
+++ b/engine/diploma_3a.asm
@@ -91,12 +91,12 @@ Func_e9ad3:
coord hl, 2, 15
call PlaceString
coord hl, 12, 15
- ld de, wPlayTimeHours + 1
+ ld de, wPlayTimeHours
lb bc, $40 | 1, 3
call PrintNumber
ld [hl], $16
inc hl
- ld de, wPlayTimeMinutes + 1
+ ld de, wPlayTimeMinutes
lb bc, $80 | 1, 2
call PrintNumber
ld a, [wNumSetBits]