diff options
| author | mzxrules <mzxrules@gmail.com> | 2024-09-24 13:45:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 13:45:53 -0400 |
| commit | dc1501e7a078fefb13cd2173530e021a241155d0 (patch) | |
| tree | 823c51be1f488e4c5cabe9a46c32264dc1a061de /src/code/z_common_data.c | |
| parent | f9d892a2aee83cdd74cd3ffc3adc9a03e6460ae7 (diff) | |
create ucode_disas.h (#2222)
* ucode_disas.h
* create UcodeType
* bss
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 dcd0ee4d2..1c70bfb0f 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" + "ntsc-1.2:224" ALIGNED(16) SaveContext gSaveContext; u32 D_8015FA88; |
