diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 15:19:50 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 15:19:50 -0500 |
commit | 0c492c087eca215e7dd29a90b8a3e9232ffe3bf6 (patch) | |
tree | d67a1d8ad00648e501ba82e7db8527d73899bbca /include/overworld.h | |
parent | 410aaa00ff6bb8d0e9dae755b60e216be24b9660 (diff) |
Show Mon field effect
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 51e94fe63..3b7fd7bc1 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -84,6 +84,7 @@ void sub_8084E80(s8, s8, s8, s8, s8); void sub_8084EBC(s16, s16); void sub_80555E0(void); void copy_saved_warp3_bank_and_enter_x_to_warp1(void); +u8 IsMapTypeOutdoors(u8 mapType); void player_avatar_init_params_reset(void); |