summaryrefslogtreecommitdiff
path: root/src/fatal_system.c
blob: 2079a387cc0155fa3dd8c0a7edaa088448560fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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();
}