Merge branch 'master' into document-eventscripts
This commit is contained in:
28
include/constants/berry.h
Normal file
28
include/constants/berry.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef GUARD_CONSTANTS_BERRY_H
|
||||
#define GUARD_CONSTANTS_BERRY_H
|
||||
|
||||
#define BERRY_NONE 0
|
||||
|
||||
#define BERRY_FIRMNESS_UNKNOWN 0
|
||||
#define BERRY_FIRMNESS_VERY_SOFT 1
|
||||
#define BERRY_FIRMNESS_SOFT 2
|
||||
#define BERRY_FIRMNESS_HARD 3
|
||||
#define BERRY_FIRMNESS_VERY_HARD 4
|
||||
#define BERRY_FIRMNESS_SUPER_HARD 5
|
||||
|
||||
#define FLAVOR_SPICY 0
|
||||
#define FLAVOR_DRY 1
|
||||
#define FLAVOR_SWEET 2
|
||||
#define FLAVOR_BITTER 3
|
||||
#define FLAVOR_SOUR 4
|
||||
#define FLAVOR_COUNT 5
|
||||
|
||||
#define BERRY_STAGE_NO_BERRY 0 // there is no tree planted and the soil is completely flat.
|
||||
#define BERRY_STAGE_PLANTED 1
|
||||
#define BERRY_STAGE_SPROUTED 2
|
||||
#define BERRY_STAGE_TALLER 3
|
||||
#define BERRY_STAGE_FLOWERING 4
|
||||
#define BERRY_STAGE_BERRIES 5
|
||||
#define BERRY_STAGE_SPARKLING 255
|
||||
|
||||
#endif // GUARD_CONSTANTS_BERRY_H
|
||||
@@ -54,6 +54,7 @@
|
||||
|
||||
#define TRAINER_ID_LENGTH 4
|
||||
#define PARTY_SIZE 6
|
||||
#define MAX_MON_MOVES 4
|
||||
|
||||
// string lengths
|
||||
#define ITEM_NAME_LENGTH 14
|
||||
|
||||
Reference in New Issue
Block a user