Remove Japanese text and non-english fonts (#1), Expand tilesets from 192 to 255 tiles (#2) [Commit 1]

This commit is contained in:
xCrystal
2023-08-02 18:21:34 +02:00
parent dd04feb32a
commit a1e095074c
34 changed files with 74 additions and 747 deletions

View File

@@ -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: