diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-18 22:14:54 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-18 22:14:54 -0500 |
commit | 4c62d0f35f58cd5720997ffb1241d5a08dd90620 (patch) | |
tree | 3165da4b0cb62f82d6dba711151bc53f35456ca8 /data | |
parent | c9cb5d931c7609bdb2ce4ad15d60993efb2d2fe3 (diff) |
through InitTutorialBag
Diffstat (limited to 'data')
-rw-r--r-- | data/strings.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/strings.s b/data/strings.s index c572f6bc9..d25e28e94 100644 --- a/data/strings.s +++ b/data/strings.s @@ -596,15 +596,15 @@ gText_TheStrVar1CantBeHeldHere:: @ 8416374 .string "The {STR_VAR_1} can't be held\n" .string "here.$" -gUnknown_841638F:: @ 841638F +gText_DepositHowManyStrVars1:: @ 841638F .string "Deposit how many\n" .string "{STR_VAR_1}(s)?$" -gUnknown_84163A7:: @ 84163A7 +gText_DepositedStrVar2StrVar1s:: @ 84163A7 .string "Deposited {STR_VAR_2}\n" .string "{STR_VAR_1}(s).$" -gUnknown_84163BB:: @ 84163BB +gText_NoRoomToStoreItems:: @ 84163BB .string "There's no room to\n" .string "store items.$" |