summaryrefslogtreecommitdiff
path: root/src/code/z_common_data.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-25 19:45:06 +0200
committerGitHub <noreply@github.com>2024-09-25 13:45:06 -0400
commit7ccb0a641e4d3b5d3e8cdcb1785ff38abdcde2fc (patch)
tree5393ff4a6bef078f2a7bafbe72bb0db294530a86 /src/code/z_common_data.c
parent50985375b9cc96d3431ece84945a7135c378046b (diff)
[headers] Create letterbox.h, move more protos from functions.h (#2225)
* [headers] Create z64shrink_window.h, move more protos from functions.h * format * include * bss * letterbox.h
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 1c70bfb0f..dcd0ee4d2 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:224"
+ "ntsc-1.2:192"
ALIGNED(16) SaveContext gSaveContext;
u32 D_8015FA88;