diff options
Diffstat (limited to 'data/pokemon/dex_entries/poliwrath.asm')
-rw-r--r-- | data/pokemon/dex_entries/poliwrath.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/poliwrath.asm b/data/pokemon/dex_entries/poliwrath.asm new file mode 100644 index 000000000..bb3e7dda5 --- /dev/null +++ b/data/pokemon/dex_entries/poliwrath.asm @@ -0,0 +1,10 @@ +; PoliwrathPokedexEntry: ; 0x183066 + db "TADPOLE@" ; species name + dw 403, 1190 ; height, weight + + db "It can use its" + next "well-developed" + next "arms and legs to" + page "run on the surface" + next "of the water for a" + next "split second.@" |