diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-11-27 23:45:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 23:45:29 -0600 |
commit | c8a56cb014dcff8997144b6bd5b50fb2eaeaf6fb (patch) | |
tree | 53a85e4b46c80159615b06c60f58f9b266e79a0e /include | |
parent | 940ab939959945f9990b50893434648c9547e880 (diff) | |
parent | 356c1f87c3a787013123b2f36ddcaa3fae1db8d8 (diff) |
Merge pull request #482 from camthesaxman/fldeff_data
convert fldeff data to C
Diffstat (limited to 'include')
-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); |