pokecrystal-board/data/pokedex/entries/062.asm

13 lines
258 B
NASM
Raw Normal View History

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