summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fatal_system.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/fatal_system.c b/src/fatal_system.c
new file mode 100644
index 0000000..920712d
--- /dev/null
+++ b/src/fatal_system.c
@@ -0,0 +1,28 @@
+#include "global.h"
+
+extern const char gNotMountText;
+extern void Hang();
+
+void nullsub_28(void)
+{
+}
+
+u32 sub_8011BA4(void)
+{
+ return 0;
+}
+
+u32 sub_8011BA8(void)
+{
+ return 0;
+}
+
+const char *sub_8011BAC(void)
+{
+ return &gNotMountText;
+}
+
+void sub_8011BB4(void)
+{
+ Hang();
+}