summaryrefslogtreecommitdiff
path: root/src/code/z_debug.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-09-12 11:10:43 -0700
committerGitHub <noreply@github.com>2024-09-12 14:10:43 -0400
commitf089adf20c0f285925e67800723254a80c67db6e (patch)
treefb82055b46202c80ed0dace5bccc4d850575f457 /src/code/z_debug.c
parent09c1816e2d6c4da8468c59d69454aa3e6a9ef27f (diff)
[ntsc-1.2] Match ntsc-1.2 BSS and add to CI (#2187)
* Match ntsc-1.2 * Add ntsc-1.2 to CI * Apply fixes from Jenkins * Promote ntsc-1.2 to "supported" in Makefile * Declare D_80858AD8 as a u64 array * Tweak wording * Hopefully make ntsc-1.2 bss more stable * Restore segmented_address.h include
Diffstat (limited to 'src/code/z_debug.c')
-rw-r--r--src/code/z_debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_debug.c b/src/code/z_debug.c
index 963e934ff..4ca9b2071 100644
--- a/src/code/z_debug.c
+++ b/src/code/z_debug.c
@@ -12,7 +12,8 @@ typedef struct InputCombo {
/* 0x2 */ u16 press;
} InputCombo; // size = 0x4
-#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128"
+#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \
+ "ntsc-1.2:128"
RegEditor* gRegEditor;