diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-27 15:10:23 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-27 15:10:23 +0800 |
commit | b2343076db0cefc087f3941b6941dcba7b1e3364 (patch) | |
tree | b6e0096e88d934db62366772c85d255d327eb828 /include/overworld.h | |
parent | f4b4f5dd0c698bad4e9b10b712c15f5c448a0203 (diff) |
remaining stuff of battle_script_commands
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 ea877730e..8f15f5a85 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -119,5 +119,6 @@ bool8 is_light_level_8_or_9(u8 mapType); bool32 sub_8055C9C(void); void Overworld_ResetStateAfterDigEscRope(void); bool32 sub_8058244(void); +u8 GetCurrentMapType(void); #endif //GUARD_ROM4_H |