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

13 lines
252 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; TangelaPokedexEntry: ; 0x1b948c
2014-03-05 21:46:01 -08:00
db "VINE@" ; species name
2013-02-05 16:29:20 -08:00
dw 303, 770; height, width
2014-03-05 21:46:01 -08:00
db "During battle, it"
next "constantly moves"
next "the vines that@"
db "cover its body in"
next "order to annoy its"
next "opponent.@"
2013-02-05 16:29:20 -08:00
; 0x1b94f6