summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2024-10-08 00:19:10 -0400
committerGitHub <noreply@github.com>2024-10-08 00:19:10 -0400
commit7dd8f2b6ad27ef8ec08b21f9575f5ad6f2dc308d (patch)
tree5fccaa8ecdfddb27f7e96756a6a9b2be5d77c2f0 /src/boot
parent93f22fcc42238c451697b4c85cb5b800ed1d73b4 (diff)
Document `Player_ChooseNextIdleAnim` (#2262)
* document most of Player_ChooseNextIdleAnim * finish documenting Player_ChooseNextIdleAnim * capital letter * dummy block numbers for the script * fix bss * bug comment * SpeicalIdle -> Fidget, clean up related things * fix rng chance comment * normal -> default * rework Player_CheckForIdleAnim * swap idle anim defines * remove COMMON_FIDGET * add ARRAY_COUNT_2D * change macro def
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 3c6019182..f67e9eeec 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:94 pal-1.0:92 pal-1.1:92"
+ "ntsc-1.2:92 pal-1.0:90 pal-1.1:90"
StackEntry sDmaMgrStackInfo;
OSMesgQueue sDmaMgrMsgQueue;