summaryrefslogtreecommitdiff
path: root/src/wonder_mail_3_1.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-09-01 18:05:30 -0700
committerGitHub <noreply@github.com>2021-09-01 18:05:30 -0700
commitdb05ce306fa55c9d64b7123e47cf2b66416afe40 (patch)
treefa0258192daa7a0319a425a688e1c56a8ed67ab2 /src/wonder_mail_3_1.c
parent459171cf48157699e044b66b8274e500ecd5fe0d (diff)
More PMD grind (#50)
* more sese grind * match sub_802ABF8 * some more work
Diffstat (limited to 'src/wonder_mail_3_1.c')
-rw-r--r--src/wonder_mail_3_1.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/wonder_mail_3_1.c b/src/wonder_mail_3_1.c
new file mode 100644
index 0000000..c11df89
--- /dev/null
+++ b/src/wonder_mail_3_1.c
@@ -0,0 +1,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;
+}