pokecrystal-board/stats/pokedex/entries/204.asm

9 lines
255 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; PinecoPokedexEntry: ; 0x1d04b0
db "BAGWORM@" ; species name
dw 200, 160; height, width
db "It spits out a", $4e, "fluid that it uses", $4e, "to glue tree bark@"
db "to its body. The", $4e, "fluid hardens when", $4e, "it touches air.@"
; 0x1d0524