name transition handler functions

This commit is contained in:
Henny022p
2025-03-05 16:28:18 +00:00
parent 96a3e64280
commit d602b93c8d
21 changed files with 109 additions and 103 deletions
-5
View File
@@ -152,11 +152,6 @@ extern void (*const gMiscManagerunctions[58])();
Manager* GetEmptyManager(void);
/**
* @brief Set manager responsible for handling room changes
*/
extern void RegisterTransitionManager(void* mgr, void (*onEnter)(), void (*onExit)());
extern u32 sub_0805ACC0(Entity*);
extern void sub_0801855C(void);
extern void SetNextAreaHint(u32 textId);