pokecarde/battle-e/berries/pumkin.asm
2014-11-21 10:46:12 +00:00

24 lines
493 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 "macros.asm"
Berry "PUMKIN"
db SUPER_HARD
Size 4,8
Yield_Range 2, 3
db 0,0,0,0,0,0,0,0
db 18 ; hours per growth stage
db 0,0,0,0,40 ; flavor
db 65 ; smoothness
db 0
BerrySprite:
INCBIN "../sprites/berries/pumkin.4bpp"
BerryPalette:
INCLUDE "../sprites/berries/pumkin.pal"
Tag_Text "This BERRY is amazingly sour."
Tag_Text "Its heavy due to its dense filling."
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