diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-10-17 20:03:31 -0400 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-10-17 20:03:31 -0400 |
commit | 2c6d634acdf7bd22fb7e5c4933ff2e13712d2ec3 (patch) | |
tree | 9d51a6c1c07da6946022fe5867e34300bd71493d /include/pokenav.h | |
parent | 65a0c48eec7d2184478841d232d1fb3c3350fa37 (diff) | |
parent | f67bbbdaaa905833f1c2a315624128aafef9a4cb (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_party_menu
Diffstat (limited to 'include/pokenav.h')
-rw-r--r-- | include/pokenav.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index b595e2be9..1fde8aa44 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -28,5 +28,13 @@ u16 sub_81D2C3C(void); void sub_81D2C50(void); u8 sub_81D28C8(const struct ListMenuItem *items, u16 numChoices); void sub_81D2824(u16); +bool32 InTrainerHill(void); +bool8 EventObjectIsFarawayIslandMew(struct EventObject *); +u32 sub_81D427C(void); +void sub_81D4998(void); +u8 GetCurrentTrainerHillMapId(void); +u8 sub_81D6490(void); +const struct WarpEvent *sub_81D6120(void); +const struct WarpEvent *sub_81D6134(u8); #endif //GUARD_POKENAV_H |