pokecrystal/stats/pokedex/entries/220.asm

13 lines
261 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; SwinubPokedexEntry: ; 0x1d0b8d
2014-03-06 05:46:01 +00:00
db "PIG@" ; species name
2013-02-06 00:29:20 +00:00
dw 104, 140; height, width
2014-03-06 05:46:01 +00:00
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.@"
2013-02-06 00:29:20 +00:00
; 0x1d0c01