You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* xTRC: Get xTRCReset to equivalent match
* zVar: Correctly export bad_card_available S32 var
* xTRC: Near equiv match on xTRC
* Use -sym on for xTRC
* xTRC: the wisdom of Seil
Copy file name to clipboardExpand all lines: src/SB/Core/x/xTRC.cpp
+80-4Lines changed: 80 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,32 @@
3
3
4
4
#include"zGame.h"
5
5
#include"zGlobals.h"
6
+
#include"xMath2.h"
7
+
#include"xFont.h"
8
+
#include"zVar.h"
6
9
7
10
#include<string.h>
8
11
#include<types.h>
9
12
10
13
_tagTRCPadInfo gTrcPad[4];
11
14
_tagTRCState gTrcDisk[2];
12
15
13
-
constchar* message_text;
16
+
staticconstchar* __deadstripped_xTRC()
17
+
{
18
+
return"The Controller in Controller Socket 1 has been removed. Reconnect the Controller to continue with the game.\0"
19
+
"The Controller in Controller Socket 1 is an unknown type. Connect a standard Controller to continue with the game.\0"
20
+
"Please wait... Checking for the 'SpongeBob SquarePants: Battle for Bikini Bottom' Game Disc.\0"
21
+
"The Disc Cover is open. If you want to continue the game, please close the Disc Cover.\0"
22
+
"Please insert the 'SpongeBob SquarePants: Battle for Bikini Bottom' Game Disc.\0"
23
+
"This is not the 'SpongeBob SquarePants: Battle for Bikini Bottom' Game Disc. Please insert the 'SpongeBob SquarePants: Battle for Bikini Bottom' Game Disc.\0"
24
+
"The Game Disc could not be read. Please read the Nintendo GameCube\x99 Instruction Booklet for more information.\0"
25
+
"An error has occurred. Turn the power off and refer to the Nintendo GameCube\x99 Instruction Booklet for further instructions.";
0 commit comments