summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-10-01 19:14:54 +0200
committerGitHub <noreply@github.com>2024-10-01 13:14:54 -0400
commited77e143b6de64a2ee9681817bd5c15ca7859cae (patch)
tree567cf9093274be43670dcc9080aeebb2ee9c25fb /src/boot
parent47c6c36dc3def21963b4b7dcae1e705c34a8de82 (diff)
[headers] Create `one_point_cutscene.h`, `z64olib.h` and move stuff to `z64{object,player,scene}.h` (#2250)
* [headers] Create `one_point_cutscene.h`, `z64olib.h` and move stuff to `z64{object,player,scene}.h` * bss * sSceneCmdHandlers * bss * bss
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/z_std_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c
index 10611d66e..3c6019182 100644
--- a/src/boot/z_std_dma.c
+++ b/src/boot/z_std_dma.c
@@ -27,7 +27,7 @@
#endif
#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:96 pal-1.0:94 pal-1.1:94"
+ "ntsc-1.2:94 pal-1.0:92 pal-1.1:92"
StackEntry sDmaMgrStackInfo;
OSMesgQueue sDmaMgrMsgQueue;