mirror of
https://github.com/pret/pmd-red.git
synced 2026-05-07 13:41:16 -05:00
32 lines
315 B
C
32 lines
315 B
C
#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();
|
|
}
|