summaryrefslogtreecommitdiff
path: root/data/berries.inc
blob: f06c32a1a12c8acbe91a5357d182608ab0fe24cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
	.align 2
gBerries:: @ 858A670
	.string "CHERI$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 20 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Cheri
	.4byte gBerryDescriptionPart2_Cheri
	.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

	.string "CHESTO$", 7
	.byte BERRY_FIRMNESS_SUPER_HARD
	.2byte 80 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Chesto
	.4byte gBerryDescriptionPart2_Chesto
	.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

	.string "PECHA$", 7
	.byte BERRY_FIRMNESS_VERY_SOFT
	.2byte 40 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Pecha
	.4byte gBerryDescriptionPart2_Pecha
	.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

	.string "RAWST$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 32 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Rawst
	.4byte gBerryDescriptionPart2_Rawst
	.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

	.string "ASPEAR$", 7
	.byte BERRY_FIRMNESS_SUPER_HARD
	.2byte 50 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Aspear
	.4byte gBerryDescriptionPart2_Aspear
	.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

	.string "LEPPA$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 28 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Leppa
	.4byte gBerryDescriptionPart2_Leppa
	.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

	.string "ORAN$", 7
	.byte BERRY_FIRMNESS_SUPER_HARD
	.2byte 35 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Oran
	.4byte gBerryDescriptionPart2_Oran
	.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

	.string "PERSIM$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 47 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Persim
	.4byte gBerryDescriptionPart2_Persim
	.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

	.string "LUM$", 7
	.byte BERRY_FIRMNESS_SUPER_HARD
	.2byte 34 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Lum
	.4byte gBerryDescriptionPart2_Lum
	.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

	.string "SITRUS$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 95 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Sitrus
	.4byte gBerryDescriptionPart2_Sitrus
	.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

	.string "FIGY$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 100 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Figy
	.4byte gBerryDescriptionPart2_Figy
	.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

	.string "WIKI$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 115 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Wiki
	.4byte gBerryDescriptionPart2_Wiki
	.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

	.string "MAGO$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 126 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Mago
	.4byte gBerryDescriptionPart2_Mago
	.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

	.string "AGUAV$", 7
	.byte BERRY_FIRMNESS_SUPER_HARD
	.2byte 64 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Aguav
	.4byte gBerryDescriptionPart2_Aguav
	.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

	.string "IAPAPA$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 223 @ size (in millimeters)
	.byte 3 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Iapapa
	.4byte gBerryDescriptionPart2_Iapapa
	.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

	.string "RAZZ$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 120 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 3 @ min yield
	.4byte gBerryDescriptionPart1_Razz
	.4byte gBerryDescriptionPart2_Razz
	.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

	.string "BLUK$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 108 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 3 @ min yield
	.4byte gBerryDescriptionPart1_Bluk
	.4byte gBerryDescriptionPart2_Bluk
	.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

	.string "NANAB$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 77 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 3 @ min yield
	.4byte gBerryDescriptionPart1_Nanab
	.4byte gBerryDescriptionPart2_Nanab
	.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

	.string "WEPEAR$", 7
	.byte BERRY_FIRMNESS_SUPER_HARD
	.2byte 74 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 3 @ min yield
	.4byte gBerryDescriptionPart1_Wepear
	.4byte gBerryDescriptionPart2_Wepear
	.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

	.string "PINAP$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 80 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 3 @ min yield
	.4byte gBerryDescriptionPart1_Pinap
	.4byte gBerryDescriptionPart2_Pinap
	.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

	.string "POMEG$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 135 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Pomeg
	.4byte gBerryDescriptionPart2_Pomeg
	.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

	.string "KELPSY$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 150 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Kelpsy
	.4byte gBerryDescriptionPart2_Kelpsy
	.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

	.string "QUALOT$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 110 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Qualot
	.4byte gBerryDescriptionPart2_Qualot
	.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

	.string "HONDEW$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 162 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Hondew
	.4byte gBerryDescriptionPart2_Hondew
	.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

	.string "GREPA$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 149 @ size (in millimeters)
	.byte 6 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Grepa
	.4byte gBerryDescriptionPart2_Grepa
	.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

	.string "TAMATO$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 200 @ size (in millimeters)
	.byte 4 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Tamato
	.4byte gBerryDescriptionPart2_Tamato
	.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

	.string "CORNN$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 75 @ size (in millimeters)
	.byte 4 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Cornn
	.4byte gBerryDescriptionPart2_Cornn
	.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

	.string "MAGOST$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 140 @ size (in millimeters)
	.byte 4 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Magost
	.4byte gBerryDescriptionPart2_Magost
	.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

	.string "RABUTA$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 226 @ size (in millimeters)
	.byte 4 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Rabuta
	.4byte gBerryDescriptionPart2_Rabuta
	.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

	.string "NOMEL$", 7
	.byte BERRY_FIRMNESS_SUPER_HARD
	.2byte 285 @ size (in millimeters)
	.byte 4 @ max yield
	.byte 2 @ min yield
	.4byte gBerryDescriptionPart1_Nomel
	.4byte gBerryDescriptionPart2_Nomel
	.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

	.string "SPELON$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 133 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Spelon
	.4byte gBerryDescriptionPart2_Spelon
	.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

	.string "PAMTRE$", 7
	.byte BERRY_FIRMNESS_VERY_SOFT
	.2byte 244 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Pamtre
	.4byte gBerryDescriptionPart2_Pamtre
	.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

	.string "WATMEL$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 250 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Watmel
	.4byte gBerryDescriptionPart2_Watmel
	.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

	.string "DURIN$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 280 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Durin
	.4byte gBerryDescriptionPart2_Durin
	.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

	.string "BELUE$", 7
	.byte BERRY_FIRMNESS_VERY_SOFT
	.2byte 300 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Belue
	.4byte gBerryDescriptionPart2_Belue
	.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

	.string "LIECHI$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 111 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Liechi
	.4byte gBerryDescriptionPart2_Liechi
	.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

	.string "GANLON$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 33 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Ganlon
	.4byte gBerryDescriptionPart2_Ganlon
	.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

	.string "SALAC$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 95 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Salac
	.4byte gBerryDescriptionPart2_Salac
	.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

	.string "PETAYA$", 7
	.byte BERRY_FIRMNESS_VERY_HARD
	.2byte 237 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Petaya
	.4byte gBerryDescriptionPart2_Petaya
	.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

	.string "APICOT$", 7
	.byte BERRY_FIRMNESS_HARD
	.2byte 75 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Apicot
	.4byte gBerryDescriptionPart2_Apicot
	.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

	.string "LANSAT$", 7
	.byte BERRY_FIRMNESS_SOFT
	.2byte 97 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Lansat
	.4byte gBerryDescriptionPart2_Lansat
	.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

	.string "STARF$", 7
	.byte BERRY_FIRMNESS_SUPER_HARD
	.2byte 153 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Starf
	.4byte gBerryDescriptionPart2_Starf
	.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

	.string "ENIGMA$", 7
	.byte BERRY_FIRMNESS_UNKNOWN
	.2byte 0 @ size (in millimeters)
	.byte 2 @ max yield
	.byte 1 @ min yield
	.4byte gBerryDescriptionPart1_Enigma
	.4byte gBerryDescriptionPart2_Enigma
	.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