diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-11 19:11:48 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-11 19:11:48 -0500 |
commit | aa9a45c16fbaee2fffc94e4741e0a1f203b244bc (patch) | |
tree | 9bdd507453e9b51ff52216d9f04bda62ac799cfb /include/pokenav.h | |
parent | ed245b677addbb7f5c748193301507de7fed6ec4 (diff) |
Rebrand 'map object' and 'field object' to 'event object'
Diffstat (limited to 'include/pokenav.h')
-rw-r--r-- | include/pokenav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index 734a1ec3f..2bca4db94 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -21,7 +21,7 @@ void sub_81D1EC0(void); void sub_81D1D04(u8); bool8 sub_81D1C44(u8); void sub_81D5FB4(u16*); -bool8 sub_81D4A58(struct MapObject*); +bool8 sub_81D4A58(struct EventObject*); #endif //GUARD_POKENAV_H |