You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove Japanese text and non-english fonts (#1), Expand tilesets from 192 to 255 tiles (#2) [Commit 1]
This commit is contained in:
@@ -166,7 +166,7 @@ _PrintNum::
|
||||
dec e
|
||||
jr nz, .money_leading_zero
|
||||
inc hl
|
||||
ld [hl], "<DOT>"
|
||||
ld [hl], "."
|
||||
|
||||
.money_leading_zero
|
||||
call .AdvancePointer
|
||||
@@ -276,7 +276,7 @@ _PrintNum::
|
||||
dec e
|
||||
ret nz
|
||||
inc hl
|
||||
ld [hl], "<DOT>"
|
||||
ld [hl], "."
|
||||
ret
|
||||
|
||||
.PrintLeadingZero:
|
||||
|
Reference in New Issue
Block a user