diff options
Diffstat (limited to 'data/pokedex/entries/swinub.asm')
-rw-r--r-- | data/pokedex/entries/swinub.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/swinub.asm b/data/pokedex/entries/swinub.asm new file mode 100644 index 000000000..3e6d61dc8 --- /dev/null +++ b/data/pokedex/entries/swinub.asm @@ -0,0 +1,10 @@ +; SwinubPokedexEntry: ; 0x1d0b8d + db "PIG@" ; species name + dw 104, 140 ; height, weight + + db "It uses the tip of" + next "its nose to dig" + next "for food. Its nose" + page "is so tough that" + next "even frozen ground" + next "poses no problem.@" |