Replace ¥ font character with <COIN> (#7)

This commit is contained in:
xCrystal 2023-09-02 18:54:27 +02:00
parent 98fa7a9538
commit 5d95ff952a
12 changed files with 25 additions and 25 deletions

View File

@ -127,7 +127,7 @@
charmap "'v", $c6 charmap "'v", $c6
charmap "", $c7 charmap "", $c7
charmap "″", $c8 charmap "″", $c8
charmap "¥", $c9 charmap "<COIN>", $c9
charmap "'", $d0 charmap "'", $d0
charmap "<PK>", $d1 charmap "<PK>", $d1
charmap "<MN>", $d2 charmap "<MN>", $d2

View File

@ -2,7 +2,7 @@ BattleText:: ; used only for BANK(BattleText)
BattleText_PlayerPickedUpPayDayMoney: BattleText_PlayerPickedUpPayDayMoney:
text "<PLAYER> picked up" text "<PLAYER> picked up"
line "¥@" line "<COIN>@"
text_decimal wPayDayMoney, 3, 6 text_decimal wPayDayMoney, 3, 6
text "!" text "!"
prompt prompt
@ -167,7 +167,7 @@ BattleText_EnemyMonFainted:
prompt prompt
GotMoneyForWinningText: GotMoneyForWinningText:
text "<PLAYER> got ¥@" text "<PLAYER> got <COIN>@"
text_decimal wBattleReward, 3, 6 text_decimal wBattleReward, 3, 6
text_start text_start
line "for winning!" line "for winning!"
@ -184,7 +184,7 @@ TiedAgainstText:
prompt prompt
SentSomeToMomText: SentSomeToMomText:
text "<PLAYER> got ¥@" text "<PLAYER> got <COIN>@"
text_decimal wBattleReward, 3, 6 text_decimal wBattleReward, 3, 6
text_start text_start
line "for winning!" line "for winning!"

View File

@ -1769,7 +1769,7 @@ _YourMonHasGrownText::
para "If you want your" para "If you want your"
line "#MON back, it" line "#MON back, it"
cont "will cost ¥@" cont "will cost <COIN>@"
text_decimal wStringBuffer2 + 2, 3, 4 text_decimal wStringBuffer2 + 2, 3, 4
text "." text "."
done done
@ -1796,7 +1796,7 @@ _BackAlreadyText::
para "If you want your" para "If you want your"
line "#MON back, it" line "#MON back, it"
cont "will cost ¥100." cont "will cost <COIN>100."
done done
_HaveNoRoomText:: _HaveNoRoomText::

View File

@ -379,7 +379,7 @@ _MartFinalPriceText::
text " @" text " @"
text_ram wStringBuffer2 text_ram wStringBuffer2
text "(S)" text "(S)"
line "will be ¥@" line "will be <COIN>@"
text_decimal hMoneyTemp, 3, 6 text_decimal hMoneyTemp, 3, 6
text "." text "."
done done
@ -408,7 +408,7 @@ _HerbalLadyFinalPriceText::
text " @" text " @"
text_ram wStringBuffer2 text_ram wStringBuffer2
text "(S)" text "(S)"
line "will be ¥@" line "will be <COIN>@"
text_decimal hMoneyTemp, 3, 6 text_decimal hMoneyTemp, 3, 6
text "." text "."
done done
@ -447,7 +447,7 @@ _BargainShopIntroText::
_BargainShopFinalPriceText:: _BargainShopFinalPriceText::
text_ram wStringBuffer2 text_ram wStringBuffer2
text " costs" text " costs"
line "¥@" line "<COIN>@"
text_decimal hMoneyTemp, 3, 6 text_decimal hMoneyTemp, 3, 6
text ". Want it?" text ". Want it?"
done done
@ -491,7 +491,7 @@ _PharmacyFinalPriceText::
text " @" text " @"
text_ram wStringBuffer2 text_ram wStringBuffer2
text "(S)" text "(S)"
line "will cost ¥@" line "will cost <COIN>@"
text_decimal hMoneyTemp, 3, 6 text_decimal hMoneyTemp, 3, 6
text "." text "."
done done
@ -526,7 +526,7 @@ _MartSellHowManyText::
_MartSellPriceText:: _MartSellPriceText::
text "I can pay you" text "I can pay you"
line "¥@" line "<COIN>@"
text_decimal hMoneyTemp, 3, 6 text_decimal hMoneyTemp, 3, 6
text "." text "."
@ -568,7 +568,7 @@ _MartAskMoreText::
done done
_MartBoughtText:: _MartBoughtText::
text "Got ¥@" text "Got <COIN>@"
text_decimal hMoneyTemp, 3, 6 text_decimal hMoneyTemp, 3, 6
text " for" text " for"
line "@" line "@"

View File

@ -5,7 +5,7 @@ MailEntry_Uppercase:
db "K L M N O P Q R S T" db "K L M N O P Q R S T"
db "U V W X Y Z , ? !" db "U V W X Y Z , ? !"
db "1 2 3 4 5 6 7 8 9 0" db "1 2 3 4 5 6 7 8 9 0"
db "<PK> <MN> <PO> <KE> é ♂ ♀ ¥×" db "<PK> <MN> <PO> <KE> é ♂ ♀ <COIN>×"
db "lower DEL END " db "lower DEL END "
MailEntry_Lowercase: MailEntry_Lowercase:

View File

@ -316,7 +316,7 @@ ChipVendor_IntroText:
text "Do you need some" text "Do you need some"
line "game chips?" line "game chips?"
para "It costs ¥1000 for" para "It costs <COIN>1000 for"
line "50 chips. Do you" line "50 chips. Do you"
cont "want some?" cont "want some?"
done done

View File

@ -840,8 +840,8 @@ ChipVendor_IntroScript:
.MenuData: .MenuData:
db STATICMENU_CURSOR ; flags db STATICMENU_CURSOR ; flags
db 3 ; items db 3 ; items
db " 50 : ¥1000@" db " 50 : <COIN>1000@"
db "500 : ¥10000@" db "500 : <COIN>10000@"
db "CANCEL@" db "CANCEL@"
HappinessCheckScript: HappinessCheckScript:

View File

@ -19,7 +19,7 @@ _PrintNum::
jr z, .main jr z, .main
.moneyflag ; 101xxxxx or 011xxxxx .moneyflag ; 101xxxxx or 011xxxxx
ld a, "¥" ld a, "<COIN>"
ld [hli], a ld [hli], a
res 5, b ; 100xxxxx or 010xxxxx res 5, b ; 100xxxxx or 010xxxxx
@ -155,7 +155,7 @@ _PrintNum::
jr .money_leading_zero jr .money_leading_zero
.money .money
call .PrintYen call .PrintCoin
push af push af
ld a, "0" ld a, "0"
add c add c
@ -170,7 +170,7 @@ _PrintNum::
.money_leading_zero .money_leading_zero
call .AdvancePointer call .AdvancePointer
call .PrintYen call .PrintCoin
ld a, "0" ld a, "0"
add b add b
ld [hli], a ld [hli], a
@ -179,14 +179,14 @@ _PrintNum::
pop bc pop bc
ret ret
.PrintYen: .PrintCoin:
push af push af
ldh a, [hPrintNumBuffer + 0] ldh a, [hPrintNumBuffer + 0]
and a and a
jr nz, .stop jr nz, .stop
bit 5, d bit 5, d
jr z, .stop jr z, .stop
ld a, "¥" ld a, "<COIN>"
ld [hli], a ld [hli], a
res 5, d res 5, d
@ -264,7 +264,7 @@ _PrintNum::
jr nz, .done jr nz, .done
bit 5, d bit 5, d
jr z, .done jr z, .done
ld a, "¥" ld a, "<COIN>"
ld [hli], a ld [hli], a
res 5, d res 5, d
.done .done

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -20,7 +20,7 @@ PrintBCDNumber::
jr z, .loop jr z, .loop
bit PRINTNUM_LEADINGZEROS_F, b bit PRINTNUM_LEADINGZEROS_F, b
jr nz, .loop ; skip currency symbol jr nz, .loop ; skip currency symbol
ld [hl], "¥" ld [hl], "<COIN>"
inc hl inc hl
.loop .loop
ld a, [de] ld a, [de]
@ -41,7 +41,7 @@ PrintBCDNumber::
.skipLeftAlignmentAdjustment .skipLeftAlignmentAdjustment
bit PRINTNUM_MONEY_F, b bit PRINTNUM_MONEY_F, b
jr z, .skipCurrencySymbol jr z, .skipCurrencySymbol
ld [hl], "¥" ; currency symbol ld [hl], "<COIN>" ; currency symbol
inc hl inc hl
.skipCurrencySymbol .skipCurrencySymbol
ld [hl], "0" ld [hl], "0"
@ -60,7 +60,7 @@ PrintBCDDigit::
; if bit 7 is set, then no numbers have been printed yet ; if bit 7 is set, then no numbers have been printed yet
bit PRINTNUM_MONEY_F, b bit PRINTNUM_MONEY_F, b
jr z, .skipCurrencySymbol jr z, .skipCurrencySymbol
ld [hl], "¥" ld [hl], "<COIN>"
inc hl inc hl
res PRINTNUM_MONEY_F, b res PRINTNUM_MONEY_F, b
.skipCurrencySymbol .skipCurrencySymbol