diff options
| author | cadmic <cadmic24@gmail.com> | 2024-11-12 14:39:08 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 17:39:08 -0500 |
| commit | 8ce69c3ac961c35227ad4e156c9655cc80d6f3a8 (patch) | |
| tree | d26416f01c159ee8b86cf0688d66bc5ebf70c64a /src/code/z_debug.c | |
| parent | a04912a017ee46d25f349ede2638ac25ee32a3c4 (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.c | 2 |
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; |
