diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-30 20:58:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-30 20:58:29 -0400 |
commit | beedb8d73f40b045906f521b48f40367697b6ebb (patch) | |
tree | d3af7873163f4347dbf1a5eb720c48d0bab26746 /data/strings.s | |
parent | 8eea5b6d750a629c14a152c240f84b02b5e4f0c6 (diff) |
Tidy global namespace and document
Diffstat (limited to 'data/strings.s')
-rw-r--r-- | data/strings.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/strings.s b/data/strings.s index 5f1616eaf..05bd47c88 100644 --- a/data/strings.s +++ b/data/strings.s @@ -555,7 +555,7 @@ 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 @@ -567,13 +567,13 @@ gUnknown_84163A7:: @ 84163A7 gUnknown_84163BB:: @ 84163BB .string "There's no room to\nstore items.$" -gUnknown_84163DB:: @ 84163DB +gText_TossOutHowManyStrVar1s:: @ 84163DB .string "Toss out how many\n{STR_VAR_1}(s)?$" -gUnknown_84163F4:: @ 84163F4 +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 |