pokeemerald/data/berries.s

691 lines
16 KiB
ArmAsm
Raw Normal View History

2015-10-31 03:04:45 +01:00
.align 2, 0
2016-09-03 04:51:16 +02:00
gBerries: @ 858A670
2016-09-03 04:56:47 +02:00
.string "CHERI$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 20 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Cheri
.4byte gBerryDescriptionPart2_Cheri
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 10 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "CHESTO$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SUPER_HARD
2016-09-03 04:51:16 +02:00
.2byte 80 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Chesto
.4byte gBerryDescriptionPart2_Chesto
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 0 @ spicy
.byte 10 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "PECHA$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_SOFT
2016-09-03 04:51:16 +02:00
.2byte 40 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Pecha
.4byte gBerryDescriptionPart2_Pecha
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 10 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "RAWST$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 32 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Rawst
.4byte gBerryDescriptionPart2_Rawst
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 10 @ bitter
.byte 0 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "ASPEAR$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SUPER_HARD
2016-09-03 04:51:16 +02:00
.2byte 50 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Aspear
.4byte gBerryDescriptionPart2_Aspear
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 10 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "LEPPA$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 28 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Leppa
.4byte gBerryDescriptionPart2_Leppa
2016-09-03 04:51:16 +02:00
.byte 4 @ stage duration (in hours)
.byte 10 @ spicy
.byte 0 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "ORAN$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SUPER_HARD
2016-09-03 04:51:16 +02:00
.2byte 35 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Oran
.4byte gBerryDescriptionPart2_Oran
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 10 @ spicy
.byte 10 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "PERSIM$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 47 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Persim
.4byte gBerryDescriptionPart2_Persim
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 10 @ spicy
.byte 10 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "LUM$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SUPER_HARD
2016-09-03 04:51:16 +02:00
.2byte 34 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Lum
.4byte gBerryDescriptionPart2_Lum
2016-09-03 04:51:16 +02:00
.byte 12 @ stage duration (in hours)
.byte 10 @ spicy
.byte 10 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "SITRUS$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 95 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Sitrus
.4byte gBerryDescriptionPart2_Sitrus
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 10 @ spicy
.byte 10 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "FIGY$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 100 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Figy
.4byte gBerryDescriptionPart2_Figy
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 10 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "WIKI$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 115 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Wiki
.4byte gBerryDescriptionPart2_Wiki
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 0 @ spicy
.byte 10 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "MAGO$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 126 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Mago
.4byte gBerryDescriptionPart2_Mago
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 10 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "AGUAV$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SUPER_HARD
2016-09-03 04:51:16 +02:00
.2byte 64 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Aguav
.4byte gBerryDescriptionPart2_Aguav
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 10 @ bitter
.byte 0 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "IAPAPA$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 223 @ size (in millimeters)
.byte 3 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Iapapa
.4byte gBerryDescriptionPart2_Iapapa
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 10 @ sour
.byte 25 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "RAZZ$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 120 @ size (in millimeters)
.byte 6 @ max yield
.byte 3 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Razz
.4byte gBerryDescriptionPart2_Razz
2016-09-03 04:51:16 +02:00
.byte 1 @ stage duration (in hours)
.byte 10 @ spicy
.byte 10 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "BLUK$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 108 @ size (in millimeters)
.byte 6 @ max yield
.byte 3 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Bluk
.4byte gBerryDescriptionPart2_Bluk
2016-09-03 04:51:16 +02:00
.byte 1 @ stage duration (in hours)
.byte 0 @ spicy
.byte 10 @ dry
.byte 10 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "NANAB$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 77 @ size (in millimeters)
.byte 6 @ max yield
.byte 3 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Nanab
.4byte gBerryDescriptionPart2_Nanab
2016-09-03 04:51:16 +02:00
.byte 1 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 0 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "WEPEAR$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SUPER_HARD
2016-09-03 04:51:16 +02:00
.2byte 74 @ size (in millimeters)
.byte 6 @ max yield
.byte 3 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Wepear
.4byte gBerryDescriptionPart2_Wepear
2016-09-03 04:51:16 +02:00
.byte 1 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "PINAP$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 80 @ size (in millimeters)
.byte 6 @ max yield
.byte 3 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Pinap
.4byte gBerryDescriptionPart2_Pinap
2016-09-03 04:51:16 +02:00
.byte 1 @ stage duration (in hours)
.byte 10 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "POMEG$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 135 @ size (in millimeters)
.byte 6 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Pomeg
.4byte gBerryDescriptionPart2_Pomeg
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 10 @ spicy
.byte 0 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 0 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "KELPSY$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 150 @ size (in millimeters)
.byte 6 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Kelpsy
.4byte gBerryDescriptionPart2_Kelpsy
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 0 @ spicy
.byte 10 @ dry
.byte 0 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "QUALOT$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 110 @ size (in millimeters)
.byte 6 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Qualot
.4byte gBerryDescriptionPart2_Qualot
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 10 @ spicy
.byte 0 @ dry
.byte 10 @ sweet
.byte 0 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "HONDEW$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 162 @ size (in millimeters)
.byte 6 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Hondew
.4byte gBerryDescriptionPart2_Hondew
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 10 @ spicy
.byte 10 @ dry
.byte 0 @ sweet
.byte 10 @ bitter
.byte 0 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "GREPA$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 149 @ size (in millimeters)
.byte 6 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Grepa
.4byte gBerryDescriptionPart2_Grepa
2016-09-03 04:51:16 +02:00
.byte 3 @ stage duration (in hours)
.byte 0 @ spicy
.byte 10 @ dry
.byte 10 @ sweet
.byte 0 @ bitter
.byte 10 @ sour
.byte 20 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "TAMATO$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 200 @ size (in millimeters)
.byte 4 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Tamato
.4byte gBerryDescriptionPart2_Tamato
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 20 @ spicy
.byte 10 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 30 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "CORNN$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 75 @ size (in millimeters)
.byte 4 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Cornn
.4byte gBerryDescriptionPart2_Cornn
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 0 @ spicy
.byte 20 @ dry
.byte 10 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 30 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "MAGOST$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 140 @ size (in millimeters)
.byte 4 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Magost
.4byte gBerryDescriptionPart2_Magost
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 20 @ sweet
.byte 10 @ bitter
.byte 0 @ sour
.byte 30 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "RABUTA$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 226 @ size (in millimeters)
.byte 4 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Rabuta
.4byte gBerryDescriptionPart2_Rabuta
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 20 @ bitter
.byte 10 @ sour
.byte 30 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "NOMEL$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SUPER_HARD
2016-09-03 04:51:16 +02:00
.2byte 285 @ size (in millimeters)
.byte 4 @ max yield
.byte 2 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Nomel
.4byte gBerryDescriptionPart2_Nomel
2016-09-03 04:51:16 +02:00
.byte 6 @ stage duration (in hours)
.byte 10 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 20 @ sour
.byte 30 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "SPELON$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 133 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Spelon
.4byte gBerryDescriptionPart2_Spelon
2016-09-03 04:51:16 +02:00
.byte 18 @ stage duration (in hours)
.byte 40 @ spicy
.byte 10 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 70 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "PAMTRE$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_SOFT
2016-09-03 04:51:16 +02:00
.2byte 244 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Pamtre
.4byte gBerryDescriptionPart2_Pamtre
2016-09-03 04:51:16 +02:00
.byte 18 @ stage duration (in hours)
.byte 0 @ spicy
.byte 40 @ dry
.byte 10 @ sweet
.byte 0 @ bitter
.byte 0 @ sour
.byte 70 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "WATMEL$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 250 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Watmel
.4byte gBerryDescriptionPart2_Watmel
2016-09-03 04:51:16 +02:00
.byte 18 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 40 @ sweet
.byte 10 @ bitter
.byte 0 @ sour
.byte 70 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "DURIN$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 280 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Durin
.4byte gBerryDescriptionPart2_Durin
2016-09-03 04:51:16 +02:00
.byte 18 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 40 @ bitter
.byte 10 @ sour
.byte 70 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "BELUE$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_SOFT
2016-09-03 04:51:16 +02:00
.2byte 300 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Belue
.4byte gBerryDescriptionPart2_Belue
2016-09-03 04:51:16 +02:00
.byte 18 @ stage duration (in hours)
.byte 10 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 40 @ sour
.byte 70 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "LIECHI$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 111 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Liechi
.4byte gBerryDescriptionPart2_Liechi
2016-09-03 04:51:16 +02:00
.byte 24 @ stage duration (in hours)
.byte 40 @ spicy
.byte 0 @ dry
.byte 40 @ sweet
.byte 0 @ bitter
.byte 10 @ sour
.byte 80 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "GANLON$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 33 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Ganlon
.4byte gBerryDescriptionPart2_Ganlon
2016-09-03 04:51:16 +02:00
.byte 24 @ stage duration (in hours)
.byte 0 @ spicy
.byte 40 @ dry
.byte 0 @ sweet
.byte 40 @ bitter
.byte 0 @ sour
.byte 80 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "SALAC$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 95 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Salac
.4byte gBerryDescriptionPart2_Salac
2016-09-03 04:51:16 +02:00
.byte 24 @ stage duration (in hours)
.byte 0 @ spicy
.byte 0 @ dry
.byte 40 @ sweet
.byte 0 @ bitter
.byte 40 @ sour
.byte 80 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "PETAYA$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_VERY_HARD
2016-09-03 04:51:16 +02:00
.2byte 237 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Petaya
.4byte gBerryDescriptionPart2_Petaya
2016-09-03 04:51:16 +02:00
.byte 24 @ stage duration (in hours)
.byte 40 @ spicy
.byte 0 @ dry
.byte 0 @ sweet
.byte 40 @ bitter
.byte 0 @ sour
.byte 80 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "APICOT$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_HARD
2016-09-03 04:51:16 +02:00
.2byte 75 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Apicot
.4byte gBerryDescriptionPart2_Apicot
2016-09-03 04:51:16 +02:00
.byte 24 @ stage duration (in hours)
.byte 0 @ spicy
.byte 40 @ dry
.byte 0 @ sweet
.byte 0 @ bitter
.byte 40 @ sour
.byte 80 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "LANSAT$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SOFT
2016-09-03 04:51:16 +02:00
.2byte 97 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Lansat
.4byte gBerryDescriptionPart2_Lansat
2016-09-03 04:51:16 +02:00
.byte 24 @ stage duration (in hours)
.byte 10 @ spicy
.byte 10 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 30 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "STARF$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_SUPER_HARD
2016-09-03 04:51:16 +02:00
.2byte 153 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Starf
.4byte gBerryDescriptionPart2_Starf
2016-09-03 04:51:16 +02:00
.byte 24 @ stage duration (in hours)
.byte 10 @ spicy
.byte 10 @ dry
.byte 10 @ sweet
.byte 10 @ bitter
.byte 10 @ sour
.byte 30 @ smoothness
.byte 0 @ padding
2015-10-31 03:04:45 +01:00
2016-09-03 04:56:47 +02:00
.string "ENIGMA$", 7
2015-10-31 03:04:45 +01:00
.byte BERRY_FIRMNESS_UNKNOWN
2016-09-03 04:51:16 +02:00
.2byte 0 @ size (in millimeters)
.byte 2 @ max yield
.byte 1 @ min yield
2015-10-31 03:04:45 +01:00
.4byte gBerryDescriptionPart1_Enigma
.4byte gBerryDescriptionPart2_Enigma
2016-09-03 04:51:16 +02:00
.byte 24 @ stage duration (in hours)
.byte 40 @ spicy
.byte 40 @ dry
.byte 40 @ sweet
.byte 40 @ bitter
.byte 40 @ sour
.byte 40 @ smoothness
.byte 0 @ padding