summaryrefslogtreecommitdiff
path: root/src/code/z_play.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2025-01-10 09:47:55 -0800
committerGitHub <noreply@github.com>2025-01-10 18:47:55 +0100
commite4ad4e5eeefd27fe67b7f29fbac884a7d8a986d2 (patch)
tree20579a049afeedd10a8a74f7e333798fa90c0835 /src/code/z_play.c
parent26f91bd3bb51bcac0dc06f21f345beedfe663bcb (diff)
[iQue] Match remaining src/boot files (#2417)
* [iQue] Match remaining src/boot files * Fix debug ROM * Use -funsigned-char * Sort ique before gc in LNx macros
Diffstat (limited to 'src/code/z_play.c')
-rw-r--r--src/code/z_play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_play.c b/src/code/z_play.c
index dc61e491c..d6fc0c660 100644
--- a/src/code/z_play.c
+++ b/src/code/z_play.c
@@ -177,7 +177,7 @@ void Play_SetupTransition(PlayState* this, s32 transitionType) {
break;
default:
- HUNGUP_AND_CRASH("../z_play.c", LN5(2263, 2266, 2269, 2272, 2287, 2290, 2293));
+ HUNGUP_AND_CRASH("../z_play.c", LN5(2263, 2266, 2269, 2272, 2282, 2287, 2290, 2293));
break;
}
}