mirror of
https://github.com/zeldaret/tmc
synced 2026-08-19 13:54:04 -04:00
Match sub_0801876C
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include "entity.h"
|
||||
#include "room.h"
|
||||
|
||||
extern Entity* LoadRoomEntity(EntityData*);
|
||||
|
||||
void sub_0805E0C0(Entity*);
|
||||
void sub_0805E0F4(Entity*);
|
||||
|
||||
|
||||
@@ -81,8 +81,6 @@ void ManagerB_WaitForDone(ManagerB* this) {
|
||||
ManagerBHelper* CreateHelper(Manager*);
|
||||
void ManagerBHelper_Monitor(ManagerBHelper*, Entity*, u32);
|
||||
|
||||
extern Entity* LoadRoomEntity(EntityData*);
|
||||
|
||||
void ManagerB_LoadFight(Manager* this) {
|
||||
ManagerBHelper* monitor;
|
||||
EntityData* prop;
|
||||
|
||||
Reference in New Issue
Block a user