summaryrefslogtreecommitdiff
path: root/include/poke_overlay.h
diff options
context:
space:
mode:
authorMade <made111@gmx.de>2020-05-15 04:17:23 +0200
committerMade <made111@gmx.de>2020-05-15 04:17:23 +0200
commit4da3a82551b27f94c2f493fbf01cf58db711c03e (patch)
tree1ff9fd6cd8d79402abb9286bbd622901d33a4b54 /include/poke_overlay.h
parenta92d77224c8ec645752a56aa35cc8a8457cd4cd3 (diff)
parent0252f2028d60248db23770a6a33030b40fbcee1e (diff)
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'include/poke_overlay.h')
-rw-r--r--include/poke_overlay.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/poke_overlay.h b/include/poke_overlay.h
new file mode 100644
index 00000000..5ee9073a
--- /dev/null
+++ b/include/poke_overlay.h
@@ -0,0 +1,13 @@
+#ifndef GUARD_POKE_OVERLAY_H
+#define GUARD_POKE_OVERLAY_H
+
+#include "FS_overlay.h"
+
+#define OVERLAY_LOAD_WRAM 0
+#define OVERLAY_LOAD_ITCM 1
+#define OVERLAY_LOAD_DTCM 2
+
+void UnloadOverlayByID(FSOverlayID id);
+BOOL HandleLoadOverlay(FSOverlayID id, int a1);
+
+#endif //GUARD_POKE_OVERLAY_H