summaryrefslogtreecommitdiff
path: root/arm9/lib/include/FS_rom.h
diff options
context:
space:
mode:
authorMade <made111@gmx.de>2020-05-09 19:44:50 +0200
committerMade <made111@gmx.de>2020-05-09 19:44:50 +0200
commiteff30d81b4785428ca4e86383f665f9f03c76b9f (patch)
treea168324f6cb3f88716e1a630b58ac93e8a0b42c9 /arm9/lib/include/FS_rom.h
parent4abf7d45568d93040fdb86993e915ffdfc4c4a9e (diff)
parente1c517d34810fe83865e896a23e46a2ea089261f (diff)
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'arm9/lib/include/FS_rom.h')
-rw-r--r--arm9/lib/include/FS_rom.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arm9/lib/include/FS_rom.h b/arm9/lib/include/FS_rom.h
new file mode 100644
index 00000000..ac8ad8fb
--- /dev/null
+++ b/arm9/lib/include/FS_rom.h
@@ -0,0 +1,14 @@
+#ifndef NITRO_FS_ROM_H_
+#define NITRO_FS_ROM_H_
+
+#include "FS_archive.h"
+#include "CARD_rom.h"
+
+extern FSArchive fsi_arc_rom;
+extern s32 fsi_card_lock_id;
+extern CARDRomRegion fsi_ovt7;
+extern CARDRomRegion fsi_ovt9;
+
+void FSi_InitRom(u32 default_dma_no);
+
+#endif //NITRO_FS_ROM_H_