pokecrystal-board/stats/pokedex/entries/220.asm
2014-03-06 00:46:01 -05:00

13 lines
261 B
NASM

; SwinubPokedexEntry: ; 0x1d0b8d
db "PIG@" ; species name
dw 104, 140; height, width
db "It uses the tip of"
next "its nose to dig"
next "for food. Its nose@"
db "is so tough that"
next "even frozen ground"
next "poses no problem.@"
; 0x1d0c01