Added missing US dialog and removed unused include

This commit is contained in:
NoHomoBoi 2020-08-24 03:53:50 -05:00
parent 646c2e08c9
commit 17c0f0bae3
2 changed files with 42 additions and 18 deletions

View File

@ -8,8 +8,6 @@
#include <limits.h> #include <limits.h>
#include "libs/dir_utils.h" #include "libs/dir_utils.h"
#include <stdlib.h> #include <stdlib.h>
#include <windows.h>
struct DialogEntry* * dialogPool; struct DialogEntry* * dialogPool;
#define _READFILE_GUESS 256 #define _READFILE_GUESS 256

View File

@ -116,6 +116,32 @@
"you to use. Bon Voyage!" "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, "ID": 6,
"linesPerBox": 3, "linesPerBox": 3,
@ -123,8 +149,7 @@
"width": 200, "width": 200,
"lines": [ "lines": [
"Hey!!! Don't try to scam", "Hey!!! Don't try to scam",
"ME.", "ME.You've gotta run",
"You've gotta run",
"the whole course.", "the whole course.",
"Later. Look me up when", "Later. Look me up when",
"you want to race for", "you want to race for",
@ -184,7 +209,7 @@
"Windswept Valley.", "Windswept Valley.",
"Ready?", "Ready?",
"", "",
"//Go// Don't Go" "//Go//// Don't Go"
] ]
}, },
{ {
@ -203,7 +228,7 @@
"", "",
"Would you like to Save?", "Would you like to Save?",
"", "",
"//Yes//No" "//Yes////No"
] ]
}, },
{ {
@ -222,7 +247,7 @@
"", "",
"Would you like to Save?", "Would you like to Save?",
"", "",
"//Yes//No" "//Yes////No"
] ]
}, },
{ {
@ -241,7 +266,7 @@
"", "",
"Would you like to Save?", "Would you like to Save?",
"", "",
"//Yes//No" "//Yes////No"
] ]
}, },
{ {
@ -254,7 +279,7 @@
"coins! Mario gains more", "coins! Mario gains more",
"power from the castle.", "power from the castle.",
"Do you want to Save?", "Do you want to Save?",
"//Yes//No" "//Yes////No"
] ]
}, },
{ {
@ -988,7 +1013,7 @@
"How about a race?", "How about a race?",
"Ready...", "Ready...",
"", "",
"//Go// Don't Go" "//Go//// Don't Go"
] ]
}, },
{ {
@ -1646,7 +1671,7 @@
"///Underground Lake", "///Underground Lake",
"", "",
"Red Circle: Elevator 2", "Red Circle: Elevator 2",
"// Underground Lake", "//// Underground Lake",
"Arrow: You are here" "Arrow: You are here"
] ]
}, },
@ -2741,7 +2766,7 @@
"width": 200, "width": 200,
"lines": [ "lines": [
"Owwch! Uncle! Uncle!", "Owwch! Uncle! Uncle!",
"Okay, I give. Take this", "Okay, I give up. Take this",
"Star!", "Star!",
"Whew! I feel better now.", "Whew! I feel better now.",
"I don't really need it", "I don't really need it",
@ -2918,7 +2943,11 @@
"『Thanks for playing Super", "『Thanks for playing Super",
"Mario 64! This is the", "Mario 64! This is the",
"end of the game, but not", "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" "The Super Mario 64 Team"
] ]
@ -2993,7 +3022,7 @@
"Whaddya say?", "Whaddya say?",
"Ready...set...", "Ready...set...",
"", "",
"//Go// Don't Go" "//Go//// Don't Go"
] ]
}, },
{ {
@ -3067,8 +3096,5 @@
"meet certain disaster." "meet certain disaster."
] ]
} }
], ]
"courses": {
}
} }