diff options
| author | Henny022p <info@henny022.de> | 2025-03-03 16:15:20 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 18:57:56 +0000 |
| commit | b19f86852b486b44c67f782914cfd208bb313bcf (patch) | |
| tree | 0ea059a12fea9ab1dec4951425c8f72898169a77 /src/roomInit.c | |
| parent | b5eab6fc2bb4b034f7153d56b779e3679076961d (diff) | |
more transition function cleanup
Diffstat (limited to 'src/roomInit.c')
| -rw-r--r-- | src/roomInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roomInit.c b/src/roomInit.c index 4c5dbfa7..e5afa576 100644 --- a/src/roomInit.c +++ b/src/roomInit.c @@ -713,7 +713,7 @@ void sub_StateChange_HyruleCastle_4(void) { } void sub_0804BCDC(void) { - sub_0808091C(&gUnk_0813AB80, TRANSITION_FADE_BLACK_SLOW); + DoExitTransitionWithType(&gUnk_0813AB80, TRANSITION_FADE_BLACK_SLOW); } u32 sub_unk3_HyruleCastle_5(void) { |
