From c584883716a2a82a6f08913a50ffbb7da141e6a2 Mon Sep 17 00:00:00 2001 From: AnalogMan151 Date: Sat, 23 Jun 2018 14:17:34 -0400 Subject: [PATCH] Shortened Weapon Names to fit --- source/translations.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/translations.c b/source/translations.c index f2bdfb0..2d64cf0 100644 --- a/source/translations.c +++ b/source/translations.c @@ -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", @@ -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", @@ -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", @@ -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",