summaryrefslogtreecommitdiff
path: root/src/wonder_mail_3_1.c
blob: c11df891c947b3e036181d0ef3ed21a69d84d265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "global.h"

u8 sub_80A27CC(s16);

u8 sub_802FCF0(void)
{
  s32 iVar3;
  
  for(iVar3 = 0; iVar3 < 0x2E; iVar3++){
    if (sub_80A27CC(iVar3) != '\0') {
      return 0;
    }
  }
  return 1;
}