summaryrefslogtreecommitdiff
path: root/src/code/fault_gc.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-24 20:55:55 -0500
committerGitHub <noreply@github.com>2025-02-24 20:55:55 -0500
commit2e4c42719b4dd10b328810cd2c58391063497d41 (patch)
tree8c393d01b65983134665f106f7ec1b61107396d9 /src/code/fault_gc.c
parent70fde8ac3b591a993a2ca0a4361a528fdd07d158 (diff)
Reduce dependencies on global.h (9) (#2488)
* split game states * split all GameState headers * match fig names * deduplicate headers from bad merge * split z64actor.h into z64actor_profile.h, z_actor_dlftbls.h * fix compile error * .bss
Diffstat (limited to 'src/code/fault_gc.c')
-rw-r--r--src/code/fault_gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c
index f1f100071..c70503cdd 100644
--- a/src/code/fault_gc.c
+++ b/src/code/fault_gc.c
@@ -40,8 +40,8 @@
* DPad-Up may be pressed to enable sending fault pages over osSyncPrintf as well as displaying them on-screen.
* DPad-Down disables sending fault pages over osSyncPrintf.
*/
-#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-eu-mq-dbg:160 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160" \
- "gc-us-mq:160 ique-cn:160"
+#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-eu-mq-dbg:160 gc-jp:176 gc-jp-ce:176 gc-jp-mq:176 gc-us:176" \
+ "gc-us-mq:176 ique-cn:176"
#include "global.h"
#include "libc64/sleep.h"