diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 16:21:36 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 16:21:36 -0500 |
commit | a5375776714b126dbe478a4f535392373f3ba9f0 (patch) | |
tree | 05a409d573f522430fa537b7cafece0d1bbffd57 /data/text | |
parent | 388c40575de92923b576e37a97729c27f292b67f (diff) |
Sync obtain item
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/obtain_item.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/obtain_item.inc b/data/text/obtain_item.inc index 74a2716f8..b1860f58e 100644 --- a/data/text/obtain_item.inc +++ b/data/text/obtain_item.inc @@ -35,13 +35,13 @@ Text_FoundXItems:: @ 81A52DD .string "{PLAYER} found\n" .string "{STR_VAR_1} {STR_VAR_2}(s)!$" -Text_1A52F0:: @ 81A52F0 +Text_ObtainedTheDecor:: @ 81A52F0 .string "Obtained the {STR_VAR_2}!$" -Text_1A5301:: @ 81A5301 +Text_NoRoomForAnotherDecor:: @ 81A5301 .string "Too bad! There's no room left for\n" .string "another {STR_VAR_2}…$" -gUnknown_81A532F:: @ 81A532F +Text_DecorTransferredToPC:: @ 81A532F .string "The {STR_VAR_2} was transferred\n" .string "to the PC.$" |