diff options
Diffstat (limited to 'data/pokemon/dex_entries/phanpy.asm')
-rw-r--r-- | data/pokemon/dex_entries/phanpy.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/phanpy.asm b/data/pokemon/dex_entries/phanpy.asm new file mode 100644 index 000000000..a7393e546 --- /dev/null +++ b/data/pokemon/dex_entries/phanpy.asm @@ -0,0 +1,10 @@ +; PhanpyPokedexEntry: ; 0x1d1038 + db "LONG NOSE@" ; species name + dw 108, 740 ; height, weight + + db "During the desert-" + next "ed morning hours," + next "it comes ashore" + page "where it deftly" + next "uses its trunk to" + next "take a shower.@" |