summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-09-07 05:10:52 -0700
committerGitHub <noreply@github.com>2024-09-07 08:10:52 -0400
commita30f130eb9e48d55d8d7c935fb708af1156fee42 (patch)
tree84a36889612614e334e2e9c995f825acd5a206e8 /src/code
parente19ec02917672dd3167b4bbd5845624ea011c2e9 (diff)
Fix some boot and code data (#2155)
Diffstat (limited to 'src/code')
-rw-r--r--src/code/code_800FC620.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/code_800FC620.c b/src/code/code_800FC620.c
index 4d7b7b4ef..373f1d53c 100644
--- a/src/code/code_800FC620.c
+++ b/src/code/code_800FC620.c
@@ -20,10 +20,12 @@ char sNew[] = "new";
char sNew[] = "";
#endif
+#if !PLATFORM_N64
char D_80134488[0x18] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00,
0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
};
+#endif
// possibly some kind of new() function
void* func_800FC800(u32 size) {