diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-29 08:36:18 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-29 10:03:06 +0800 |
commit | b566ae26decaa937c72f608044d8ea604c643260 (patch) | |
tree | d6f141d51737b3bacd37a25bc69f43a2236a756c /include/overworld.h | |
parent | 38febc8bafcab19965608e434135c054893dfb68 (diff) |
finished fldeff_dig + fldeff_rocksmash
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index c867549f1..bab4797ff 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -114,7 +114,7 @@ void sub_805671C(void); bool8 sub_8055FC4(void); bool8 is_light_level_8_or_9(u8 mapType); bool32 sub_8055C9C(void); -void sub_8054D70(void); +void Overworld_ResetStateAfterDigEscRope(void); bool32 sub_8058244(void); #endif //GUARD_ROM4_H |