From 1ee568ac6b44098fd1713635bff1f195190753bc Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Thu, 4 Jan 2024 16:12:39 +0000 Subject: [PATCH] Remove leftover code for myself --- include/global.berry.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/global.berry.h b/include/global.berry.h index f5967d4839..a8a76c089e 100644 --- a/include/global.berry.h +++ b/include/global.berry.h @@ -4,10 +4,6 @@ #define BERRY_NAME_LENGTH 6 #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 { const u8 name[BERRY_NAME_LENGTH + 1];