You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Bit 6 of PrintNum left-aligns numbers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user