aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-08-05 09:30:49 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-08-05 09:30:49 -0500
commit1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae (patch)
treec6ee60528141a29834d90269b379558db5bd4849 /engine/hall_of_fame.asm
parentfix tmlearn (diff)
parentconstants for PrintNumber (diff)
downloadpokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.tar.gz
pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.tar.xz
pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.zip
Merge pull request #111 from YamaArashi/master
constants for PrintNumber
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 1fc2c5c5..28f03bf5 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -225,12 +225,12 @@ HoFDisplayPlayerStats: ; 70377 (1c:4377)
call PlaceString
coord hl, 5, 7
ld de, W_PLAYTIMEHOURS + 1
- ld bc, $103
+ lb bc, 1, 3
call PrintNumber
ld [hl], $6d
inc hl
ld de, W_PLAYTIMEMINUTES + 1
- ld bc, $8102
+ lb bc, LEADING_ZEROES | 1, 2
call PrintNumber
coord hl, 1, 9
ld de, HoFMoneyText