diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-10-16 21:47:08 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-10-16 21:47:08 -0500 |
commit | e75f0b4f80670bd3b6a28257f10770911869ea08 (patch) | |
tree | d22ea566cd8e0fd4b8abd5b4dd36c339f98fea85 /include/pokenav.h | |
parent | ed1bb3030bae8b0d00a1fbb68ebd50f6376938ac (diff) |
Port/decompile field_control_avatar
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 |