mirror of
https://github.com/zeldaret/tmc
synced 2026-08-20 14:15:10 -04:00
object6A ok
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "asm.h"
|
||||
#include "audio.h"
|
||||
#include "enemy.h"
|
||||
#include "createObject.h"
|
||||
#include "object.h"
|
||||
#include "functions.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "enemy.h"
|
||||
#include "textbox.h"
|
||||
#include "save.h"
|
||||
#include "createObject.h"
|
||||
#include "object.h"
|
||||
#include "functions.h"
|
||||
|
||||
extern bool32 ItemIsShield(u32);
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
#include "enemy.h"
|
||||
#include "createObject.h"
|
||||
#include "object.h"
|
||||
#include "overworld.h"
|
||||
#include "functions.h"
|
||||
#include "save.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "npc.h"
|
||||
#include "player.h"
|
||||
#include "save.h"
|
||||
#include "createObject.h"
|
||||
#include "object.h"
|
||||
#include "functions.h"
|
||||
|
||||
extern void sub_080293DC(Entity*);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "enemy.h"
|
||||
#include "player.h"
|
||||
#include "screen.h"
|
||||
#include "createObject.h"
|
||||
#include "object.h"
|
||||
#include "audio.h"
|
||||
#include "functions.h"
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#include "enemy.h"
|
||||
#include "save.h"
|
||||
#include "createObject.h"
|
||||
#include "object.h"
|
||||
#include "functions.h"
|
||||
|
||||
extern void (*const gUnk_080CEB74[])(Entity*);
|
||||
|
||||
Reference in New Issue
Block a user