summaryrefslogtreecommitdiff
path: root/src/code/z_demo.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_demo.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_demo.c')
-rw-r--r--src/code/z_demo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_demo.c b/src/code/z_demo.c
index e691c6798..527bd02bc 100644
--- a/src/code/z_demo.c
+++ b/src/code/z_demo.c
@@ -124,8 +124,8 @@ u16 gCamAtSplinePointsAppliedFrame;
u16 gCamEyePointAppliedFrame;
u16 gCamAtPointAppliedFrame;
-#pragma increment_block_number "gc-eu:192 gc-eu-mq:176 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192 gc-us-mq:192" \
- "ntsc-1.2:96"
+#pragma increment_block_number "gc-eu:192 gc-eu-mq:176 gc-jp:192 gc-jp-ce:192 gc-jp-mq:176 gc-us:192 gc-us-mq:176" \
+ "ntsc-1.2:80"
// Cam ID to return to when a scripted cutscene is finished
s16 sReturnToCamId;