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_common_data.c | |
| parent | a04912a017ee46d25f349ede2638ac25ee32a3c4 (diff) | |
Completely match ntsc-1.0/1.1 bss and add to CI (#2294)
Diffstat (limited to 'src/code/z_common_data.c')
| -rw-r--r-- | src/code/z_common_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c index 847da16f0..448e387af 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -3,7 +3,7 @@ #include "versions.h" #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: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" ALIGNED(16) SaveContext gSaveContext; u32 D_8015FA88; |
