mirror of
https://github.com/zeldaret/tmc
synced 2026-09-06 11:05:07 -04:00
header overhaul
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "audio.h"
|
||||
#include "entity.h"
|
||||
#include "enemy.h"
|
||||
#include "player.h"
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
#include "entity.h"
|
||||
#include "random.h"
|
||||
#include "asm.h"
|
||||
#include "coord.h"
|
||||
#include "functions.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "entity.h"
|
||||
#include "random.h"
|
||||
#include "asm.h"
|
||||
#include "coord.h"
|
||||
#include "audio.h"
|
||||
#include "functions.h"
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
#include "entity.h"
|
||||
#include "enemy.h"
|
||||
#include "random.h"
|
||||
#include "asm.h"
|
||||
#include "functions.h"
|
||||
#include "audio.h"
|
||||
#include "effects.h"
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
#include "entity.h"
|
||||
#include "random.h"
|
||||
#include "asm.h"
|
||||
#include "functions.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user