diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 20:17:04 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 20:17:04 -0500 |
commit | 4d32035d4f68157e11c5eab2311ab760eb481339 (patch) | |
tree | 10738f3481638317b09a36f0862c599a77fdeeba /engine/items/tmhm.asm | |
parent | 0c7b309f7f275f7cfee99bddea8b645c4c8f5f7f (diff) |
Bit 6 of PrintNum left-aligns numbers
Diffstat (limited to 'engine/items/tmhm.asm')
-rw-r--r-- | engine/items/tmhm.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm index 1ff7aab21..736f00cdb 100644 --- a/engine/items/tmhm.asm +++ b/engine/items/tmhm.asm @@ -371,7 +371,7 @@ TMHM_DisplayPocketItems: ld [hl], "H" inc hl ld de, wTempTMHM - lb bc, PRINTNUM_RIGHTALIGN | 1, 2 + lb bc, PRINTNUM_LEFTALIGN | 1, 2 call PrintNum pop af ld [wTempTMHM], a |