mirror of
https://github.com/zeldaret/tmc
synced 2026-09-10 04:11:53 -04:00
rename files, sort asm into subdirectories
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "entity.h"
|
||||
#include "player.h"
|
||||
#include "functions.h"
|
||||
#include "audio.h"
|
||||
#include "sound.h"
|
||||
|
||||
extern void sub_08078CD0(Entity*);
|
||||
extern void sub_08018FA0(Entity*);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "asm.h"
|
||||
#include "entity.h"
|
||||
#include "functions.h"
|
||||
#include "audio.h"
|
||||
#include "sound.h"
|
||||
|
||||
extern void (*const gUnk_0811B98C[])(Entity*);
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "entity.h"
|
||||
#include "audio.h"
|
||||
#include "sound.h"
|
||||
#include "functions.h"
|
||||
#include "effects.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "entity.h"
|
||||
#include "audio.h"
|
||||
#include "sound.h"
|
||||
#include "coord.h"
|
||||
#include "functions.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "entity.h"
|
||||
#include "audio.h"
|
||||
#include "sound.h"
|
||||
#include "functions.h"
|
||||
|
||||
extern void (*const gUnk_080B77FC[])(Entity*);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "entity.h"
|
||||
#include "audio.h"
|
||||
#include "sound.h"
|
||||
#include "functions.h"
|
||||
|
||||
extern void (*const gUnk_0811B9D8[])(Entity*);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "player.h"
|
||||
#include "coord.h"
|
||||
#include "functions.h"
|
||||
#include "audio.h"
|
||||
#include "sound.h"
|
||||
#include "effects.h"
|
||||
|
||||
extern void (*const gUnk_080B43F4[])(Entity*);
|
||||
|
||||
Reference in New Issue
Block a user