summaryrefslogtreecommitdiff
path: root/src/code/z_debug.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-06 22:32:40 -0400
committerGitHub <noreply@github.com>2025-04-06 22:32:40 -0400
commit80564bf40b7891eb38eae56b7e3c1780c080a075 (patch)
tree2fa33ef47c350d0061609fafd12f6210e8338ae4 /src/code/z_debug.c
parent5133db15a3d3f554e7936a600ff358a6aa38540a (diff)
variables.h cleaning: migrate libultra variables (#2503)
* variables.h cleaning: migrate libultra variables * another increment_block_number * fix bss
Diffstat (limited to 'src/code/z_debug.c')
-rw-r--r--src/code/z_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_debug.c b/src/code/z_debug.c
index ed02754fc..a43c76cfb 100644
--- a/src/code/z_debug.c
+++ b/src/code/z_debug.c
@@ -24,8 +24,8 @@ typedef struct InputCombo {
/* 0x2 */ u16 press;
} InputCombo; // size = 0x4
-#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160 gc-us-mq:160" \
- "ique-cn:160 ntsc-1.0:160 ntsc-1.1:160 ntsc-1.2:160 pal-1.0:160 pal-1.1:160"
+#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ique-cn:0" \
+ "ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0"
RegEditor* gRegEditor;