diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-13 17:51:26 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-13 17:51:26 -0500 |
commit | 4d13e3394ad44eaa5dab972e73985dd1820069ea (patch) | |
tree | 05141d2c6307990b3013bc330e80d8e163492181 /include/overworld.h | |
parent | aa9a45c16fbaee2fffc94e4741e0a1f203b244bc (diff) |
Bring all movement function names up-to-date with pokeruby
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 ace988f4e..a81f10b0d 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -141,6 +141,6 @@ bool32 sub_8087598(void); bool32 sub_80875C8(void); bool32 sub_8087634(void); bool32 sub_808766C(void); -void ZeroAllLinkPlayerEventObjects(void); +void ClearLinkPlayerEventObjects(void); #endif // GUARD_OVERWORLD_H |