summaryrefslogtreecommitdiff
path: root/src/code/z_common_data.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-18 21:40:59 +0200
committerGitHub <noreply@github.com>2024-09-18 15:40:59 -0400
commita1a192b1a2dba0ba6b7a4035f9e1ff0a89db6fc4 (patch)
treeb638404c9690c7c90ef70f353d962d01cfd347c6 /src/code/z_common_data.c
parent834813251146fef1af0abd33ec89f82de189254c (diff)
[headers] z64inventory.h, move savectx/inventory macros to z64save.h (#2209)
* [headers] z64inventory.h * move savectx/inventory macros to z64save.h * commit the file * bss
Diffstat (limited to 'src/code/z_common_data.c')
-rw-r--r--src/code/z_common_data.c2
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;