pokecrystal/stats/pokedex/entries/071.asm

13 lines
247 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; VictreebelPokedexEntry: ; 0x1b826e
db "FLYCATCHER@" ; species name
dw 507, 340 ; height, width
2013-02-06 00:29:20 +00:00
2014-03-06 05:46:01 +00:00
db "Once ingested into"
next "this #MON's"
next "body, even the"
page "hardest object"
2014-03-06 05:46:01 +00:00
next "will melt into"
next "nothing.@"
2013-02-06 00:29:20 +00:00
; 0x1b82d1