pokecrystal/stats/pokedex/entries/179.asm

13 lines
248 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; MareepPokedexEntry: ; 0x1cd551
2014-03-06 05:46:01 +00:00
db "WOOL@" ; species name
2013-02-06 00:29:20 +00:00
dw 200, 170; height, width
2014-03-06 05:46:01 +00:00
db "It stores lots of"
next "air in its soft"
next "fur, allowing it@"
db "to stay cool in"
next "summer and warm"
next "in winter.@"
2013-02-06 00:29:20 +00:00
; 0x1cd5b8