From 17c0f0bae3bef1e78885369c458a79a8a7fdfb7c Mon Sep 17 00:00:00 2001 From: NoHomoBoi <36680385+KiritoDv@users.noreply.github.com> Date: Mon, 24 Aug 2020 03:53:50 -0500 Subject: [PATCH] Added missing US dialog and removed unused include --- src/text/text-loader.c | 2 -- texts/us.json | 58 ++++++++++++++++++++++++++++++------------ 2 files changed, 42 insertions(+), 18 deletions(-) diff --git a/src/text/text-loader.c b/src/text/text-loader.c index 2d29b921..40a226c0 100644 --- a/src/text/text-loader.c +++ b/src/text/text-loader.c @@ -8,8 +8,6 @@ #include #include "libs/dir_utils.h" #include -#include - struct DialogEntry* * dialogPool; #define _READFILE_GUESS 256 diff --git a/texts/us.json b/texts/us.json index d2b57a28..3b34d8ee 100644 --- a/texts/us.json +++ b/texts/us.json @@ -116,6 +116,32 @@ "you to use. Bon Voyage!" ] }, + { + "ID": 5, + "linesPerBox": 3, + "leftOffset": 30, + "width": 200, + "lines": [ + "Hey, Mario! Is it true", + "that you beat the Big", + "Bob-omb? Cool!", + "You must be strong. And", + "pretty fast. So, how fast", + "are you, anyway?", + "Fast enough to beat me...", + "Koopa the Quick? I don't", + "think so. Just try me.", + "How about a race to the", + "mountaintop, where the", + "Big Bob-omb was?", + "Whaddya say? When I say", + "『Go,』 let the race begin!", + "", + "Ready....", + "", + "//Go!////Don't Go" + ] + }, { "ID": 6, "linesPerBox": 3, @@ -123,8 +149,7 @@ "width": 200, "lines": [ "Hey!!! Don't try to scam", - "ME.", - "You've gotta run", + "ME.You've gotta run", "the whole course.", "Later. Look me up when", "you want to race for", @@ -184,7 +209,7 @@ "Windswept Valley.", "Ready?", "", - "//Go// Don't Go" + "//Go//// Don't Go" ] }, { @@ -203,7 +228,7 @@ "", "Would you like to Save?", "", - "//Yes//No" + "//Yes////No" ] }, { @@ -222,7 +247,7 @@ "", "Would you like to Save?", "", - "//Yes//No" + "//Yes////No" ] }, { @@ -241,7 +266,7 @@ "", "Would you like to Save?", "", - "//Yes//No" + "//Yes////No" ] }, { @@ -254,7 +279,7 @@ "coins! Mario gains more", "power from the castle.", "Do you want to Save?", - "//Yes//No" + "//Yes////No" ] }, { @@ -988,7 +1013,7 @@ "How about a race?", "Ready...", "", - "//Go// Don't Go" + "//Go//// Don't Go" ] }, { @@ -1646,7 +1671,7 @@ "///Underground Lake", "", "Red Circle: Elevator 2", - "// Underground Lake", + "//// Underground Lake", "Arrow: You are here" ] }, @@ -2741,7 +2766,7 @@ "width": 200, "lines": [ "Owwch! Uncle! Uncle!", - "Okay, I give. Take this", + "Okay, I give up. Take this", "Star!", "Whew! I feel better now.", "I don't really need it", @@ -2918,7 +2943,11 @@ "『Thanks for playing Super", "Mario 64! This is the", "end of the game, but not", - "the end of the fun.』", + "the end of the fun. We want you to keep on", + "playing, so we have a", + "little something for you.", + "We hope that you like it!", + "Enjoy!!! 』", "", "The Super Mario 64 Team" ] @@ -2993,7 +3022,7 @@ "Whaddya say?", "Ready...set...", "", - "//Go// Don't Go" + "//Go//// Don't Go" ] }, { @@ -3067,8 +3096,5 @@ "meet certain disaster." ] } - ], - "courses": { - - } + ] } \ No newline at end of file