pokecrystal/stats/pokedex/entries/139.asm

13 lines
251 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; OmastarPokedexEntry: ; 0x1cc42e
2014-03-06 05:46:01 +00:00
db "SPIRAL@" ; species name
2013-02-06 00:29:20 +00:00
dw 303, 770; height, width
2014-03-06 05:46:01 +00:00
db "Its heavy shell"
next "allowed it to"
next "reach only nearby@"
db "food. This could"
next "be the reason it"
next "is extinct.@"
2013-02-06 00:29:20 +00:00
; 0x1cc497