summaryrefslogtreecommitdiff
path: root/src/code/z_debug.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-08-25 16:00:10 +0200
committerGitHub <noreply@github.com>2024-08-25 16:00:10 +0200
commit7056423e5b47775da6955b2a8a3e6e10fd5c7be8 (patch)
tree2cd83447908d94a0cc232d3b929ef00a059f84e1 /src/code/z_debug.c
parent22a00b46fb645f7ad1b47ea81f42f4036e9a5f9c (diff)
[ntsc-1.2] Decompile cic6105.c, main.c (#2068)
* decompile-OK Main, cic6105.c * names cleanup / minimal doc * match versions * fix bad disasm metadata format * bss * bss * review 1 * review 2 * review 3 * review 4 * cleanup * bss * add some sizes to disasm metadata symbols
Diffstat (limited to 'src/code/z_debug.c')
-rw-r--r--src/code/z_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/z_debug.c b/src/code/z_debug.c
index 3e6e18494..d668f490a 100644
--- a/src/code/z_debug.c
+++ b/src/code/z_debug.c
@@ -12,6 +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"
+
RegEditor* gRegEditor;
DebugCamTextBufferEntry sDebugCamTextBuffer[22];