Decompile ereader.c up to faraway island code

This commit is contained in:
Marcus Huderle
2019-03-21 18:15:47 -05:00
committed by huderlem
parent 7154d2614d
commit 768a68d3e8
8 changed files with 578 additions and 1185 deletions

9
include/ereader.h Executable file
View File

@@ -0,0 +1,9 @@
#ifndef GUARD_EREADER_H
#define GUARD_EREADER_H
bool32 sub_81D3B34(void);
u32 sub_81D427C(void);
bool8 sub_81D4A58(struct EventObject*);
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
#endif // GUARD_EREADER_H

View File

@@ -3,9 +3,6 @@
#include "list_menu.h"
bool8 sub_81D312C(void *arg0);
bool8 sub_81D4A58(struct EventObject*);
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
u32 sub_81D427C(void);
void sub_81D4998(void);
void CB2_InitPokeNav(void);