pokecrystal/stats/pokedex/entries/221.asm

13 lines
252 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; PiloswinePokedexEntry: ; 0x1d0c01
2014-03-06 05:46:01 +00:00
db "SWINE@" ; species name
2013-02-06 00:29:20 +00:00
dw 307, 1230; height, width
2014-03-06 05:46:01 +00:00
db "Although its legs"
next "are short, its"
next "rugged hooves@"
db "prevent it from"
next "slipping, even on"
next "icy ground.@"
2013-02-06 00:29:20 +00:00
; 0x1d0c68