pokecarde/battle-e/berries/pumkin.asm
2024-11-16 03:03:46 -05:00

29 lines
505 B
NASM
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

INCLUDE "berries/macros.asm"
Enigma_Berry
Text_EN "PUMKIN@"7
Firmness SUPER_HARD
Size 4,8
Yield_Range 2, 3
dd 0
dd 0
Growth_Stage_Hours 18
Flavor 0, 0, 0, 0, 40
Smoothness 65
BerrySprite:
INCBIN "sprites/berries/pumkin.4bpp"
BerryPalette:
INCLUDE "sprites/berries/pumkin.pal"
Text_EN "This BERRY is amazingly sour."45
Text_EN "Its heavy due to its dense filling."45
db 0,0,0
db $04 ; cures freeze
db 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0
db $06 ; self-cures freeze
db 0,0,0
End_Berry