summaryrefslogtreecommitdiff
path: root/src/code/fault_gc.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-10-01 19:14:54 +0200
committerGitHub <noreply@github.com>2024-10-01 13:14:54 -0400
commited77e143b6de64a2ee9681817bd5c15ca7859cae (patch)
tree567cf9093274be43670dcc9080aeebb2ee9c25fb /src/code/fault_gc.c
parent47c6c36dc3def21963b4b7dcae1e705c34a8de82 (diff)
[headers] Create `one_point_cutscene.h`, `z64olib.h` and move stuff to `z64{object,player,scene}.h` (#2250)
* [headers] Create `one_point_cutscene.h`, `z64olib.h` and move stuff to `z64{object,player,scene}.h` * bss * sSceneCmdHandlers * bss * bss
Diffstat (limited to 'src/code/fault_gc.c')
-rw-r--r--src/code/fault_gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c
index 12152f17a..e9b7de4b6 100644
--- a/src/code/fault_gc.c
+++ b/src/code/fault_gc.c
@@ -42,7 +42,7 @@
*/
#if PLATFORM_GC
-#pragma increment_block_number "gc-eu:192 gc-eu-mq:192 gc-eu-mq-dbg:192 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192" \
+#pragma increment_block_number "gc-eu:192 gc-eu-mq:192 gc-eu-mq-dbg:176 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192" \
"gc-us-mq:192"
#include "global.h"