aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-03 14:17:10 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-03 14:18:33 -0500
commit28dc5686b05477e13a9cc078975315140bee9800 (patch)
treef242eec26b51c08505ecb5b8d39bfe5eaac14cd5 /engine/hall_of_fame.asm
parentLabel elite four scripts more completely. (diff)
downloadpokeyellow-28dc5686b05477e13a9cc078975315140bee9800.tar.gz
pokeyellow-28dc5686b05477e13a9cc078975315140bee9800.tar.xz
pokeyellow-28dc5686b05477e13a9cc078975315140bee9800.zip
Fix game time labels
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-xengine/hall_of_fame.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm
index 73c4918b..4225c5a1 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -224,12 +224,12 @@ HoFDisplayPlayerStats: ; 70377 (1c:4377)
ld de, HoFPlayTimeText
call PlaceString
coord hl, 5, 7
- ld de, wPlayTimeHours + 1
+ ld de, wPlayTimeHours
lb bc, 1, 3
call PrintNumber
ld [hl], $6d
inc hl
- ld de, wPlayTimeMinutes + 1
+ ld de, wPlayTimeMinutes
lb bc, LEADING_ZEROES | 1, 2
call PrintNumber
coord hl, 1, 9