pokecrystal/stats/pokedex/entries/114.asm

13 lines
252 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; TangelaPokedexEntry: ; 0x1b948c
2014-03-06 05:46:01 +00:00
db "VINE@" ; species name
2013-02-06 00:29:20 +00:00
dw 303, 770; height, width
2014-03-06 05:46:01 +00: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-06 00:29:20 +00:00
; 0x1b94f6