diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-10 19:33:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-10 19:33:09 -0400 |
commit | 05e903f7477a7a904d3026673a32c3f6917b659f (patch) | |
tree | 27c59784c3876717e26f710c444cfdeb8b64be50 /include | |
parent | 518b493af185999b3f362af392533cdcf9ca9786 (diff) |
Function decls in main.c
Diffstat (limited to 'include')
-rw-r--r-- | include/poke_overlay.h | 13 |
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 |