diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-17 13:17:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 13:17:58 -0600 |
commit | 096de8d9b2ffd90c52e790296bfd7c5436d45ca3 (patch) | |
tree | 9c5af2e04dea05221c71946a5dfc06471f77801d /src/fatal_system.c | |
parent | bc504264f1e54b3c1e482710c592e5549828bfe1 (diff) | |
parent | f90f3affeb9b0a66aa7df68f5fdecd692033faf9 (diff) |
Merge pull request #12 from SethBarberee/master
Merge work from SethBarberee/pmd-red into pret.
Diffstat (limited to 'src/fatal_system.c')
-rw-r--r-- | src/fatal_system.c | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/fatal_system.c b/src/fatal_system.c new file mode 100644 index 0000000..2079a38 --- /dev/null +++ b/src/fatal_system.c @@ -0,0 +1,31 @@ +#include "global.h" + +extern const char gNotMountText; +extern void Hang(); + +void nullsub_28(void) +{ +} + +u32 sub_8011BA4(void) +{ + return 0; +} + +// Unused +u32 sub_8011BA8(void) +{ + return 0; +} + +// Unused +const char *sub_8011BAC(void) +{ + return &gNotMountText; +} + +// Unused +void sub_8011BB4(void) +{ + Hang(); +} |