diff options
| author | fig02 <fig02srl@gmail.com> | 2025-02-20 07:50:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-20 07:50:13 -0500 |
| commit | 2e4d7a11012bf90ac21086ec1a9cd23f54413e86 (patch) | |
| tree | 78676e8f4f9409ad65a92d48f3023afd51c4045d /src/code/z_common_data.c | |
| parent | 4cfb5f05a08d0747f993ef914d4d78872ca02b2f (diff) | |
Create headers for Game States (#2482)
* make headers for gamestates
* fixes
* fixes 2
* bss
Diffstat (limited to 'src/code/z_common_data.c')
| -rw-r--r-- | src/code/z_common_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c index a8193c3af..a7f1e7c79 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -7,8 +7,8 @@ #include "global.h" -#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 ntsc-1.0:176" \ - "ntsc-1.1:176 ntsc-1.2:176 pal-1.0:192 pal-1.1:192" +#pragma increment_block_number "gc-eu:64 gc-eu-mq:64 gc-jp:64 gc-jp-ce:64 gc-jp-mq:64 gc-us:64 gc-us-mq:64" \ + "ntsc-1.0:176 ntsc-1.1:176 ntsc-1.2:176 pal-1.0:192 pal-1.1:192" ALIGNED(16) SaveContext gSaveContext; #if PLATFORM_IQUE |
