Remove leftover code for myself
This commit is contained in:
parent
b948accc80
commit
1ee568ac6b
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@
|
||||||
#define BERRY_NAME_LENGTH 6
|
#define BERRY_NAME_LENGTH 6
|
||||||
#define BERRY_ITEM_EFFECT_COUNT 18
|
#define BERRY_ITEM_EFFECT_COUNT 18
|
||||||
|
|
||||||
// water up to 15 (4 bits)
|
|
||||||
// weeds up to 7 * 0.5 (3 bits), 0 => 0.1
|
|
||||||
// pests up to 7 * 0.5 (3 bits), 0 => 0.2
|
|
||||||
|
|
||||||
struct Berry
|
struct Berry
|
||||||
{
|
{
|
||||||
const u8 name[BERRY_NAME_LENGTH + 1];
|
const u8 name[BERRY_NAME_LENGTH + 1];
|
||||||
|
|
Loading…
Reference in a new issue