diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-27 23:09:02 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-27 23:09:02 -0600 |
commit | 8215d028078128c6b28119fe2420229cb1828e6b (patch) | |
tree | e36fae8d6de49c28a9b318cea1137b59884ba4b2 /include/field_map_obj.h | |
parent | 940ab939959945f9990b50893434648c9547e880 (diff) |
fldeff_cut.c data
Diffstat (limited to 'include/field_map_obj.h')
-rw-r--r-- | include/field_map_obj.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index 22674406d..f0b0bb5ab 100644 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -38,6 +38,9 @@ extern const u16 gMapObjectPalette19[]; extern const u32 gMapObjectPic_MovingBox[32]; extern const struct SpriteFrameImage gMapObjectPicTable_PechaBerryTree[]; +extern const u8 gFieldEffectPic_CutGrass[]; +extern const u16 gFieldEffectObjectPalette6[]; + void sub_805C058(struct MapObject *mapObject, s16 a, s16 b); void FieldObjectSetDirection(struct MapObject *pObject, u8 unk_18); void MoveCoords(u8 direction, s16 *x, s16 *y); |