13 lines
258 B
NASM
Raw Normal View History

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