header overhaul

This commit is contained in:
theo3
2021-12-20 02:02:33 -08:00
parent 0d5eae8696
commit 6cff332e57
233 changed files with 692 additions and 943 deletions
+1
View File
@@ -1,3 +1,4 @@
#include "audio.h"
#include "entity.h"
#include "enemy.h"
#include "player.h"
+1 -1
View File
@@ -3,7 +3,7 @@
#include "enemy.h"
#include "player.h"
#include "functions.h"
#include "random.h"
#include "asm.h"
#include "audio.h"
#include "effects.h"
+1 -1
View File
@@ -1,5 +1,5 @@
#include "entity.h"
#include "random.h"
#include "asm.h"
#include "coord.h"
#include "functions.h"
+1 -1
View File
@@ -1,5 +1,5 @@
#include "entity.h"
#include "random.h"
#include "asm.h"
#include "coord.h"
#include "audio.h"
#include "functions.h"
+2 -2
View File
@@ -3,8 +3,8 @@
#include "coord.h"
#include "functions.h"
#include "audio.h"
#include "random.h"
#include "game.h"
#include "asm.h"
#include "overworld.h"
extern Entity* sub_08049DF4(u32);
extern u32 sub_08049F1C(Entity*, Entity*, u32);
+1 -1
View File
@@ -1,6 +1,6 @@
#include "entity.h"
#include "enemy.h"
#include "random.h"
#include "asm.h"
#include "functions.h"
#include "audio.h"
#include "effects.h"
+1 -1
View File
@@ -4,7 +4,7 @@
#include "player.h"
#include "audio.h"
#include "functions.h"
#include "random.h"
#include "asm.h"
extern void sub_0800449C(Entity*, u32);
+1 -1
View File
@@ -3,7 +3,7 @@
#include "player.h"
#include "functions.h"
#include "audio.h"
#include "random.h"
#include "asm.h"
extern void sub_0806F5BC(Entity*, u32, u32);
extern u32 sub_080041DC(Entity*, u32, u32);
+1 -1
View File
@@ -2,7 +2,7 @@
#include "entity.h"
#include "enemy.h"
#include "functions.h"
#include "random.h"
#include "asm.h"
#include "audio.h"
#include "effects.h"
+1 -1
View File
@@ -1,5 +1,5 @@
#include "entity.h"
#include "random.h"
#include "asm.h"
#include "functions.h"
#include "utils.h"