diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-02-05 15:07:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 21:07:19 +0100 |
| commit | 54939bac3ac972a24918d3fdc97d58199ff54bc9 (patch) | |
| tree | 2cf92ea6a9fc16316cc98368f9e004426fff98e5 /src/code/z_common_data.c | |
| parent | 8b82eb1ff7d0672fb24066bdf2fa8965f0e63337 (diff) | |
Reduce overlay dependencies on global.h (3) (#2449)
* kill more global.h references
* .format.py
* bss
* ique
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 d5322bbd4..ced17dc08 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.0:176 ntsc-1.1:176 ntsc-1.2:176 pal-1.0:160 pal-1.1:160" + "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 |
