pokecrystal/stats/pokedex/entries/047.asm

13 lines
262 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; ParasectPokedexEntry: ; 0x1829e2
2014-03-06 05:46:01 +00:00
db "MUSHROOM@" ; species name
2013-02-06 00:29:20 +00:00
dw 303, 650; height, width
2014-03-06 05:46:01 +00:00
db "When nothing's"
next "left to extract"
next "from the bug, the@"
db "mushrooms on its"
next "back leave spores"
next "on the bug's egg.@"
2013-02-06 00:29:20 +00:00
; 0x182a53