13 lines
260 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; PoliwrathPokedexEntry: ; 0x183066
2014-03-06 00:46:01 -05:00
db "TADPOLE@" ; species name
2013-02-05 19:29:20 -05:00
dw 403, 1190; height, width
2014-03-06 00:46:01 -05:00
db "It can use its"
next "well-developed"
next "arms and legs to@"
db "run on the surface"
next "of the water for a"
next "split second.@"
2013-02-05 19:29:20 -05:00
; 0x1830d5