more cleanup

This commit is contained in:
Henny022p
2021-03-15 23:40:11 +01:00
parent a2cdfd6d8d
commit a563bfbc28
52 changed files with 46 additions and 67 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ extern Entity gUnk_080E4C08;
void sub_0805A370(Manager15* this) {
if (this->manager.unk_0d) {
LoadRoomEntityList(&gUnk_080E4C08);
LoadRoomEntityList((EntityData*)&gUnk_080E4C08);
this->manager.action = 3;
SoundReq(0x80100000);
}
-1
View File
@@ -1,7 +1,6 @@
#include "global.h"
#include "manager.h"
#include "flags.h"
#include "player.h"
#include "functions.h"
typedef struct {
+1
View File
@@ -4,6 +4,7 @@
#include "area.h"
#include "textbox.h"
#include "dma.h"
#include "game.h"
#include "functions.h"
typedef struct {
-1
View File
@@ -3,7 +3,6 @@
#include "flags.h"
#include "structures.h"
#include "room.h"
#include "area.h"
#include "screen.h"
#include "trig.h"
#include "functions.h"