summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-03-21 17:31:49 +0100
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-03-21 19:25:54 +0100
commitb43341ac3b516d02b07ca8b03b961cceb3026f25 (patch)
tree7fa7bc898f2d29c52a4900fed029239c76bda719 /include
parent7f951b36a4cdac81b9e7da235b73c79e84d51053 (diff)
match unk_0208A998
Diffstat (limited to 'include')
-rw-r--r--include/unk_0208A998.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/include/unk_0208A998.h b/include/unk_0208A998.h
new file mode 100644
index 00000000..a3266398
--- /dev/null
+++ b/include/unk_0208A998.h
@@ -0,0 +1,39 @@
+#ifndef POKEDIAMOND_ERROR_MESSAGE_RESET_H
+#define POKEDIAMOND_ERROR_MESSAGE_RESET_H
+
+#include "global.h"
+#include "heap.h"
+#include "SPI_pm.h"
+#include "game_init.h"
+#include "msgdata.h"
+#include "text.h"
+
+
+
+struct GraphicsBanks
+{
+ s32 bg;
+ s32 bgextpltt;
+ s32 subbg;
+ s32 subbgextpltt;
+ s32 obj;
+ s32 objextpltt;
+ s32 subobj;
+ s32 subobjextpltt;
+ s32 tex;
+ s32 pltt;
+};
+
+
+struct GraphicsModes {
+ u32 mode1;
+ u32 mode2;
+ u32 mode3;
+ u32 mode4;
+};
+
+
+THUMB_FUNC void FUN_0208A998();
+THUMB_FUNC void PrintErrorMessageAndReset();
+
+#endif //POKEDIAMOND_ERROR_MESSAGE_RESET_H \ No newline at end of file