You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Replace ¥ font character with <COIN> (#7)
This commit is contained in:
@@ -2,7 +2,7 @@ BattleText:: ; used only for BANK(BattleText)
|
||||
|
||||
BattleText_PlayerPickedUpPayDayMoney:
|
||||
text "<PLAYER> picked up"
|
||||
line "¥@"
|
||||
line "<COIN>@"
|
||||
text_decimal wPayDayMoney, 3, 6
|
||||
text "!"
|
||||
prompt
|
||||
@@ -167,7 +167,7 @@ BattleText_EnemyMonFainted:
|
||||
prompt
|
||||
|
||||
GotMoneyForWinningText:
|
||||
text "<PLAYER> got ¥@"
|
||||
text "<PLAYER> got <COIN>@"
|
||||
text_decimal wBattleReward, 3, 6
|
||||
text_start
|
||||
line "for winning!"
|
||||
@@ -184,7 +184,7 @@ TiedAgainstText:
|
||||
prompt
|
||||
|
||||
SentSomeToMomText:
|
||||
text "<PLAYER> got ¥@"
|
||||
text "<PLAYER> got <COIN>@"
|
||||
text_decimal wBattleReward, 3, 6
|
||||
text_start
|
||||
line "for winning!"
|
||||
|
@@ -1769,7 +1769,7 @@ _YourMonHasGrownText::
|
||||
|
||||
para "If you want your"
|
||||
line "#MON back, it"
|
||||
cont "will cost ¥@"
|
||||
cont "will cost <COIN>@"
|
||||
text_decimal wStringBuffer2 + 2, 3, 4
|
||||
text "."
|
||||
done
|
||||
@@ -1796,7 +1796,7 @@ _BackAlreadyText::
|
||||
|
||||
para "If you want your"
|
||||
line "#MON back, it"
|
||||
cont "will cost ¥100."
|
||||
cont "will cost <COIN>100."
|
||||
done
|
||||
|
||||
_HaveNoRoomText::
|
||||
|
@@ -379,7 +379,7 @@ _MartFinalPriceText::
|
||||
text " @"
|
||||
text_ram wStringBuffer2
|
||||
text "(S)"
|
||||
line "will be ¥@"
|
||||
line "will be <COIN>@"
|
||||
text_decimal hMoneyTemp, 3, 6
|
||||
text "."
|
||||
done
|
||||
@@ -408,7 +408,7 @@ _HerbalLadyFinalPriceText::
|
||||
text " @"
|
||||
text_ram wStringBuffer2
|
||||
text "(S)"
|
||||
line "will be ¥@"
|
||||
line "will be <COIN>@"
|
||||
text_decimal hMoneyTemp, 3, 6
|
||||
text "."
|
||||
done
|
||||
@@ -447,7 +447,7 @@ _BargainShopIntroText::
|
||||
_BargainShopFinalPriceText::
|
||||
text_ram wStringBuffer2
|
||||
text " costs"
|
||||
line "¥@"
|
||||
line "<COIN>@"
|
||||
text_decimal hMoneyTemp, 3, 6
|
||||
text ". Want it?"
|
||||
done
|
||||
@@ -491,7 +491,7 @@ _PharmacyFinalPriceText::
|
||||
text " @"
|
||||
text_ram wStringBuffer2
|
||||
text "(S)"
|
||||
line "will cost ¥@"
|
||||
line "will cost <COIN>@"
|
||||
text_decimal hMoneyTemp, 3, 6
|
||||
text "."
|
||||
done
|
||||
@@ -526,7 +526,7 @@ _MartSellHowManyText::
|
||||
|
||||
_MartSellPriceText::
|
||||
text "I can pay you"
|
||||
line "¥@"
|
||||
line "<COIN>@"
|
||||
text_decimal hMoneyTemp, 3, 6
|
||||
text "."
|
||||
|
||||
@@ -568,7 +568,7 @@ _MartAskMoreText::
|
||||
done
|
||||
|
||||
_MartBoughtText::
|
||||
text "Got ¥@"
|
||||
text "Got <COIN>@"
|
||||
text_decimal hMoneyTemp, 3, 6
|
||||
text " for"
|
||||
line "@"
|
||||
|
@@ -5,7 +5,7 @@ MailEntry_Uppercase:
|
||||
db "K L M N O P Q R S T"
|
||||
db "U V W X Y Z , ? !"
|
||||
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 "
|
||||
|
||||
MailEntry_Lowercase:
|
||||
|
@@ -316,7 +316,7 @@ ChipVendor_IntroText:
|
||||
text "Do you need some"
|
||||
line "game chips?"
|
||||
|
||||
para "It costs ¥1000 for"
|
||||
para "It costs <COIN>1000 for"
|
||||
line "50 chips. Do you"
|
||||
cont "want some?"
|
||||
done
|
||||
|
Reference in New Issue
Block a user