summaryrefslogtreecommitdiff
path: root/src/manager/vaati3StartManager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/vaati3StartManager.c')
-rw-r--r--src/manager/vaati3StartManager.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/manager/vaati3StartManager.c b/src/manager/vaati3StartManager.c
index 1fa0c618..27fc8b9b 100644
--- a/src/manager/vaati3StartManager.c
+++ b/src/manager/vaati3StartManager.c
@@ -8,14 +8,17 @@
#include "area.h"
#include "enemy.h"
#include "flags.h"
-#include "functions.h"
#include "message.h"
#include "object.h"
-#include "save.h"
-#include "screen.h"
+#include "room.h"
+#include "player.h"
#include "screenTransitions.h"
#include "sound.h"
-#include "structures.h"
+#include "scroll.h"
+#include "fade.h"
+#if !defined(EU) && !defined(JP)
+#include "save.h"
+#endif
void sub_0805E094(void);
void Vaati3StartManager_Type0(Vaati3StartManager*);
@@ -154,5 +157,5 @@ void Vaati3StartManager_Type1_Action1(Vaati3StartManager* this) {
void sub_0805E094(void) {
SetInitializationPriority();
- sub_0808091C(&gUnk_0813AC34, TRANSITION_7);
+ DoExitTransitionWithType(&gUnk_0813AC34, TRANSITION_7);
}