mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
14 lines
197 B
C
14 lines
197 B
C
#include "global.h"
|
|
#include "code_80A26CC.h"
|
|
|
|
bool8 sub_802FCF0(void)
|
|
{
|
|
s32 i;
|
|
|
|
for (i = 0; i < 0x2E; i++) {
|
|
if (sub_80A27CC(i))
|
|
return FALSE;
|
|
}
|
|
|
|
return TRUE;
|
|
} |