26#define CROP_DEF_FLAG_ACTIVE 0x01
31#define CROP_DEF_FLAG_REGROWS 0x02
42 int16_t sprite_cache_id;
uint16_t cycle
Nominal number of ms until crop reaches next growth stage.
Definition: cropdef.h:49
#define CROP_NAME_MAX
Maximum size of CROP_DEF::name.
Definition: src/config.h:285
RESOURCE_NAME sprite_name
Sprite sheet for this crop as it's growing.
Definition: cropdef.h:41
int16_t produce_gid
ITEM::gid of the item to be given when this crop is harvested.
Definition: cropdef.h:53
uint8_t gid
System identifier for this crop. Unique among all CROP_DEF.
Definition: cropdef.h:45
uint8_t flags
See Crop Definition Flags for more information.
Definition: cropdef.h:47
Definition of a crop to be stored with the TILEMAP on which the crop may be grown.
Definition: cropdef.h:39