pokecrystal/stats/pokedex/entries/213.asm

13 lines
267 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; ShucklePokedexEntry: ; 0x1d088e
2014-03-06 05:46:01 +00:00
db "MOLD@" ; species name
2013-02-06 00:29:20 +00:00
dw 200, 450; height, width
2014-03-06 05:46:01 +00:00
db "The fluid secreted"
next "by its toes carves"
next "holes in rocks for@"
db "nesting and can be"
next "mixed with BERRIES"
next "to make a drink.@"
2013-02-06 00:29:20 +00:00
; 0x1d0907