summaryrefslogtreecommitdiff
path: root/include/dungeon_engine.h
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-10-22 13:20:01 -0400
committerGitHub <noreply@github.com>2021-10-22 10:20:01 -0700
commitc98fb2c11272680a20b9cfb9efe2ce482d3779dd (patch)
treed5001c7adfe550c52f8190934a74849920bd9eaa /include/dungeon_engine.h
parent3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (diff)
Decomped DecideAction() (#66)
* Decomped DecideAction() * Defined dungeon Pokémon array sizes
Diffstat (limited to 'include/dungeon_engine.h')
-rw-r--r--include/dungeon_engine.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/dungeon_engine.h b/include/dungeon_engine.h
deleted file mode 100644
index 152bda6..0000000
--- a/include/dungeon_engine.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef GUARD_DUNGEON_ENGINE_H
-#define GUARD_DUNGEON_ENGINE_H
-
-#include "dungeon_entity.h"
-
-// 0x8075990
-void decideAction(struct DungeonEntity *pokemon);
-
-#endif \ No newline at end of file