pokeemerald/data/text/obtain_item.inc
2026-01-28 17:41:12 +01:00

58 lines
1.3 KiB
PHP

gText_ObtainedTheItem::
.string "Obtained the {STR_VAR_2}!$"
gText_TheBagIsFull::
.string "The BAG is full…$"
gText_PutItemInPocket::
.string "{PLAYER} put away the {STR_VAR_2}\n"
.string "in the {STR_VAR_3} POCKET.$"
gText_PlayerFoundOneItem::
.string "{PLAYER} found one {STR_VAR_2}!$"
gText_TooBadBagIsFull::
.string "Too bad!\n"
.string "The BAG is full…$"
gText_PlayerPutItemInBag::
.string "{PLAYER} put away the {STR_VAR_2}\n"
.string "in the BAG.$"
gText_ObtainedTheDecor::
.string "Obtained the {STR_VAR_2}!$"
gText_NoRoomLeftForAnother::
.string "Too bad! There's no room left for\n"
.string "another {STR_VAR_2}…$"
gText_TheDecorWasTransferredToThePC::
.string "The {STR_VAR_2} was transferred\n"
.string "to the PC.$"
gText_ObtainedTheItems::
.string "Obtained {STR_VAR_1} {STR_VAR_2}!$"
gText_PlayerFoundItems::
.string "{PLAYER} found {STR_VAR_1} {STR_VAR_2}!$"
gText_PutCoinsAwayInCoinCase::
.string "{PLAYER} put the COINS away in\n"
.string "the COIN CASE.$"
gText_FoundXCoins::
.string "{PLAYER} found\n"
.string "{STR_VAR_1} {STR_VAR_2}!$"
gText_FoundXItems::
.string "{PLAYER} found\n"
.string "{STR_VAR_1} {STR_VAR_2}(s)!$"
gText_CoinCaseIsFull::
.string "Too bad!\n"
.string "The COIN CASE is full…$"
gText_NothingToPutThemIn::
.string "Too bad!\n"
.string "There's nothing to put them in…$"