mirror of
https://github.com/zeldaret/tmc
synced 2026-08-02 08:32:26 -04:00
more cleanup
This commit is contained in:
@@ -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,7 +1,6 @@
|
||||
#include "global.h"
|
||||
#include "manager.h"
|
||||
#include "flags.h"
|
||||
#include "player.h"
|
||||
#include "functions.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "area.h"
|
||||
#include "textbox.h"
|
||||
#include "dma.h"
|
||||
#include "game.h"
|
||||
#include "functions.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user