Fix paths

This commit is contained in:
octorock
2022-12-21 23:40:27 +01:00
parent ec0678872f
commit c280188436
179 changed files with 1080 additions and 1076 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ extern void ResetCollisionLayer(struct Entity_*);
extern void sub_08004596(struct Entity_*, u32);
extern u32 sub_080045B4(struct Entity_*, u32, u32);
extern u32 CalculateDirectionTo(u32, u32, u32, u32);
extern u32 sub_080045DA(s32, s32);
extern u32 CalculateDirectionFromOffsets(s32, s32);
extern u32 sub_080086B4(u32, u32, const u8*);
extern u32 ResolveCollisionLayer(struct Entity_*);
extern void sub_0800417E(struct Entity_*, u32);
+1 -1
View File
@@ -81,7 +81,7 @@ extern void UpdateUIElements(void);
extern void sub_0801E104(void);
extern void sub_08030118(u32);
extern void sub_0803C0AC(Entity*);
extern void sub_08049CF4(Entity*);
extern void SetRoomTrackerFlag(Entity*);
extern u32 sub_0804A024(Entity*, u32, u32);
extern u32 sub_080542AC(u32);
extern void DisableRandomDrops();
+2 -2
View File
@@ -91,10 +91,10 @@ typedef struct {
u8 area;
u8 room;
u16 unk_02;
u32 unk_04;
u32 flags; /**< Flags that can be set on the tracked rooms. Used e.g. by the door mimic. (TODO probably to start in the discovered state?)*/
} RoomMemory;
extern RoomMemory* gUnk_020354B0;
extern RoomMemory* gRoomMemoryPtr;
extern RoomMemory gRoomMemory[];
// Packets used to store which entities to load in a room
+1 -1
View File
@@ -54,7 +54,7 @@ void StartPlayerScript(Script* script);
void sub_0807DD50(Entity* entity);
void sub_0807DD64(Entity* entity);
void sub_0807DD80(Entity* entity, Script* script);
void sub_0807DEDC(Entity*, ScriptExecutionContext*, u32, u32);
void LookAt(Entity*, ScriptExecutionContext*, u32, u32);
ScriptExecutionContext* StartCutscene(Entity* entity, Script* script);
void ExecuteScriptForEntity(Entity* entity, void (*postScriptCallback)(Entity*, ScriptExecutionContext*));