summaryrefslogtreecommitdiff
path: root/src/code_8040094.c
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-13 22:56:30 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-13 22:56:30 -0500
commit453618864e685eacae640dc2b317a645422264e2 (patch)
tree3391b31f2c6a9a5985931ffc44328f573a3279b0 /src/code_8040094.c
parent52e7368f30bb1a80a470bb1492b816dd6c8e97f7 (diff)
Decomped HasStatusAffectingActions()
Diffstat (limited to 'src/code_8040094.c')
-rw-r--r--src/code_8040094.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/code_8040094.c b/src/code_8040094.c
index c834602..c0e7eac 100644
--- a/src/code_8040094.c
+++ b/src/code_8040094.c
@@ -1,7 +1,10 @@
#include "global.h"
-#include "play_time.h"
-#include "file_system.h"
+
+#include "code_80521D0.h"
+#include "dungeon_entity.h"
#include "dungeon_global_data.h"
+#include "file_system.h"
+#include "play_time.h"
extern s32 gUnknown_80F6568[];
extern u8 gUnknown_202EE01;
@@ -20,14 +23,13 @@ extern void sub_8011860(void);
extern void sub_803F580(u32);
extern void sub_8049ED4();
extern void sub_8040A84();
-extern void SendMessage(u32, const char *);
extern const char *gUnknown_80FD040; // It became brighter on the floor
extern struct MapTile *GetMapEntity(u32, u32);
// Luminous Orb???
-void HandleLuminousOrbAction(u32 param_1)
+void HandleLuminousOrbAction(struct DungeonEntity *param_1)
{
struct MapTile *mapTile;
int XCoord;