summaryrefslogtreecommitdiff
path: root/src/code/z_debug.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-11-12 14:39:08 -0800
committerGitHub <noreply@github.com>2024-11-12 17:39:08 -0500
commit8ce69c3ac961c35227ad4e156c9655cc80d6f3a8 (patch)
treed26416f01c159ee8b86cf0688d66bc5ebf70c64a /src/code/z_debug.c
parenta04912a017ee46d25f349ede2638ac25ee32a3c4 (diff)
Completely match ntsc-1.0/1.1 bss and add to CI (#2294)
Diffstat (limited to 'src/code/z_debug.c')
-rw-r--r--src/code/z_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_debug.c b/src/code/z_debug.c
index 8feacf15e..f937b2d17 100644
--- a/src/code/z_debug.c
+++ b/src/code/z_debug.c
@@ -13,7 +13,7 @@ typedef struct InputCombo {
} InputCombo; // size = 0x4
#pragma increment_block_number "gc-eu:192 gc-eu-mq:192 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192 gc-us-mq:192" \
- "ntsc-1.2:192 pal-1.0:192 pal-1.1:192"
+ "ntsc-1.0:192 ntsc-1.1:192 ntsc-1.2:192 pal-1.0:192 pal-1.1:192"
RegEditor* gRegEditor;