diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-23 17:39:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 17:39:15 -0700 |
commit | fe8629615bb6e847ab632797ff1291c02e70a35c (patch) | |
tree | 20b7bbb74a99a7b96d0f33d3ef79641bffd21374 /include/field_map_obj.h | |
parent | 7529e63a5aafad47543b1651474ec6b143cb958a (diff) | |
parent | c5241d9e80582b746d050ac4424393ccc1636d4b (diff) |
Merge pull request #449 from ProjectRevoTPP/clean_berry
document berry.c.
Diffstat (limited to 'include/field_map_obj.h')
-rw-r--r-- | include/field_map_obj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index 641a28ed3..19482e71f 100644 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -381,7 +381,7 @@ void npc_set_running_behaviour_etc(struct MapObject *, u8); u8 npc_running_behaviour_by_direction(u8); u8 npc_block_way(struct MapObject *, s16, s16, u32); u8 sub_8060024(struct MapObject *, s16, s16, u8); -u8 sub_8060234(u8, u8, u8); +bool8 IsBerryTreeSparkling(u8, u8, u8); void sub_8060288(u8, u8, u8); void sub_8060388(s16, s16, s16 *, s16 *); void sub_80603CC(s16 x, s16 y, s16 *pInt, s16 *pInt1); |