mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
237 B
NASM
11 lines
237 B
NASM
; OmastarPokedexEntry: ; 0x1cc42e
|
|
db "SPIRAL@" ; species name
|
|
dw 303, 770 ; height, width
|
|
|
|
db "Its heavy shell"
|
|
next "allowed it to"
|
|
next "reach only nearby"
|
|
page "food. This could"
|
|
next "be the reason it"
|
|
next "is extinct.@"
|