Skip to content

Commit

Permalink
Shortened Weapon Names to fit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogMan151 committed Jun 23, 2018
1 parent 41d0633 commit c584883
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source/translations.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,16 +241,16 @@ char weaponsNames[200][50] = {
"Boomerang",
"Scimitar of the Seven",
"Vicious Sickle",
"Master Sword (Broken/Unequippable)",
"Master Sword(Broken)",
"Goddess Sword",
"Hero's Sword (8-bit Link)",
"Sea-Breeze Boomerang (Wind Waker)",
"Hero's Sword",
"Sea-Breeze Boomerang",
"Fire Rod",
"Ice Rod",
"Lightning Rod",
"Master Sword",
"Master Sword (no near malice, no charge)",
"Master Sword (near malice, no charge)",
"M. Sword (Broken, no malice)",
"M. Sword (Broken, malice)",
"Demon Carver",
"Lantern",
"OH Obliterator",
Expand Down Expand Up @@ -292,9 +292,9 @@ char weaponsNames[200][50] = {
"Boulder Breaker",
"Edge of Duality",
"Korok Leaf",
"Sword of the Six Sages (Twilight Princess)",
"Biggoron's Sword (Ocarina of Time)",
"Fierce Deity Sword (Majora's Mask)",
"Sword of the Six Sages",
"Biggoron's Sword",
"Fierce Deity Sword",
"Windcleaver",
"Traveler's Spear",
"Soldier's Spear",
Expand Down Expand Up @@ -359,7 +359,7 @@ char weaponsNames[200][50] = {
"Wooden Bow",
"Duplex Bow",
"Bow of Light",
"Twilight Bow (Twilight Princess)",
"Twilight Bow",
"Wooden Shield",
"Soldier's Shield",
"Knight's Shield",
Expand Down Expand Up @@ -392,7 +392,7 @@ char weaponsNames[200][50] = {
"Pot Lid",
"Shield of the Mind's Eye",
"Kite Shield",
"Hero's Shield (Wind Waker)",
"Hero's Shield",
"Arrow",
"Fire Arrow",
"Ice Arrow",
Expand Down

0 comments on commit c584883

Please sign in to comment.