summaryrefslogtreecommitdiff
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-15 15:01:55 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-15 15:01:55 -0500
commitc69fadf00ae8082df102005f834fc8d395870826 (patch)
tree030d8f465cbeaf84c68f79bab8345721b4ce55ef /engine/hall_of_fame.asm
parentd7f2014e23dd84c65730573f3bf15f642b552f0d (diff)
engine/menu/start_menu.asm
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
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 3db51e05..485ab182 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -239,12 +239,12 @@ HoFDisplayPlayerStats: ; 703d1 (1c:43d1)
ld de, HoFPlayTimeText
call PlaceString
coord hl, 5, 7
- ld de, W_PLAYTIMEHOURS + 1
+ ld de, wPlayTimeHours + 1
lb bc, 1, 3
call PrintNumber
ld [hl], $6d
inc hl
- ld de, W_PLAYTIMEMINUTES + 1
+ ld de, wPlayTimeMinutes + 1
lb bc, LEADING_ZEROES | 1, 2
call PrintNumber
coord hl, 1, 9