diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-20 13:22:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 13:22:56 -0500 |
commit | d2cf86bff9792db39ca4f1288dc083ca8018a62e (patch) | |
tree | 2d3bcca1392e757a54d7ec9b56b054e2cac03940 /include/overworld.h | |
parent | 35a96cb0c007545ecc87732f8dc8b2eb93e3ecc2 (diff) | |
parent | 7bc152e2ed84d5c50db1f5c916f02911ce09be1e (diff) |
Merge pull request #82 from PikalaxALT/mail
Decompile functions for reading mail
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h index 0475e8e8c..1869222b0 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -53,6 +53,7 @@ const struct MapHeader *get_mapheader_by_bank_and_number(u8, u8); void FieldObjectMoveDestCoords(struct MapObject *, u32, s16 *, s16 *); void sub_8086230(void); void c2_exit_to_overworld_2_switch(void); +bool32 sub_8087598(void); void c2_exit_to_overworld_1_continue_scripts_restart_music(void); #endif //GUARD_ROM4_H |