diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 20:02:21 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-02 20:16:47 -0400 |
| commit | d9ab841b0d72a52676131846447de26e59e7a16d (patch) | |
| tree | dae3b90cb5f7ea7428cf3cf89527980769875188 /data/strings.s | |
| parent | 872d5eaf4ad70598f597a64469cdf5cd32d44ba4 (diff) | |
| parent | 32f2bb3ddaf1107f8e6bb02c0acadc96ecc55772 (diff) | |
Merge pull request #106 from PikalaxALT/berry_pouch
Berry pouch
Diffstat (limited to 'data/strings.s')
| -rw-r--r-- | data/strings.s | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/strings.s b/data/strings.s index 603bce34f..05bd47c88 100644 --- a/data/strings.s +++ b/data/strings.s @@ -372,7 +372,7 @@ gUnknown_8416195:: gOtherText_Use:: .string "USE$" -gUnknown_84161A4:: +gOtherText_Toss:: .string "TOSS$" gUnknown_84161A9:: @@ -555,25 +555,25 @@ gOtherText_WhereShouldTheStrVar1BePlaced:: @ 841633F gText_ItemCantBeHeld:: @ 841635E .string "The {STR_VAR_1} can't be held.$" -gUnknown_8416374:: @ 8416374 +gText_TheStrVar1CantBeHeldHere:: @ 8416374 .string "The {STR_VAR_1} can't be held\nhere.$" gUnknown_841638F:: @ 841638F - .string "Deposit how many\n{STR_VAR_1}シsス?$" + .string "Deposit how many\n{STR_VAR_1}(s)?$" gUnknown_84163A7:: @ 84163A7 - .string "Deposited {STR_VAR_2}\n{STR_VAR_1}シsス.$" + .string "Deposited {STR_VAR_2}\n{STR_VAR_1}(s).$" gUnknown_84163BB:: @ 84163BB .string "There's no room to\nstore items.$" -gUnknown_84163DB:: @ 84163DB - .string "Toss out how many\n{STR_VAR_1}シsス?$" +gText_TossOutHowManyStrVar1s:: @ 84163DB + .string "Toss out how many\n{STR_VAR_1}(s)?$" -gUnknown_84163F4:: @ 84163F4 - .string "Threw away {STR_VAR_2}\n{STR_VAR_1}シsス.$" +gText_ThrewAwayStrVar2StrVar1s:: @ 84163F4 + .string "Threw away {STR_VAR_2}\n{STR_VAR_1}(s).$" -gUnknown_8416409:: @ 8416409 +gText_ThrowAwayStrVar2OfThisItemQM:: @ 8416409 .string "Throw away {STR_VAR_2} of\nthis item?$" gUnknown_8416425:: @ 8416425 @@ -654,10 +654,10 @@ gText_FontSize2:: @ 8416703 gUnknown_8416707:: @ 8416707 .string " $" -gUnknown_841670A:: @ 841670A +gText_BerryPouch:: @ 841670A .string "BERRY POUCH$" -gUnknown_8416716:: @ 8416716 +gText_TheBerryPouchWillBePutAway:: @ 8416716 .string "The BERRY POUCH will be\nput away.$" gUnknown_8416738:: @ 0x8416738 |
