You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rename the concept of Coins to Chips (#7)
This commit is contained in:
@@ -114,7 +114,7 @@ ItemAttributes:
|
||||
item_attribute 350, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_CLOSE
|
||||
; X_SPECIAL
|
||||
item_attribute 350, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_CLOSE
|
||||
; COIN_CASE
|
||||
; CHIP_CASE
|
||||
item_attribute 0, HELD_NONE, 0, CANT_SELECT | CANT_TOSS, KEY_ITEM, ITEMMENU_CURRENT, ITEMMENU_NOUSE
|
||||
; ITEMFINDER
|
||||
item_attribute 0, HELD_NONE, 0, CANT_TOSS, KEY_ITEM, ITEMMENU_CLOSE, ITEMMENU_NOUSE
|
||||
|
@@ -54,7 +54,7 @@ ItemDescriptions:
|
||||
dw XDefendDesc
|
||||
dw XSpeedDesc
|
||||
dw XSpecialDesc
|
||||
dw CoinCaseDesc
|
||||
dw ChipCaseDesc
|
||||
dw ItemfinderDesc
|
||||
dw TeruSama5Desc
|
||||
dw ExpShareDesc
|
||||
@@ -467,9 +467,9 @@ XSpecialDesc:
|
||||
db "Raises SPECIAL"
|
||||
next "ATTACK. (1 BTL)@"
|
||||
|
||||
CoinCaseDesc:
|
||||
ChipCaseDesc:
|
||||
db "Holds up to 9,999"
|
||||
next "game coins.@"
|
||||
next "game chips.@"
|
||||
|
||||
ItemfinderDesc:
|
||||
db "Checks for unseen"
|
||||
|
@@ -53,7 +53,7 @@ ItemNames::
|
||||
li "X DEFEND"
|
||||
li "X SPEED"
|
||||
li "X SPECIAL"
|
||||
li "COIN CASE"
|
||||
li "CHIP CASE"
|
||||
li "ITEMFINDER"
|
||||
li "TERU-SAMA"
|
||||
li "EXP.SHARE"
|
||||
|
Reference in New Issue
Block a user