pokecrystal-board/data/pokedex/entries/140.asm

13 lines
255 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; KabutoPokedexEntry: ; 0x1cc497
db "SHELLFISH@" ; species name
dw 108, 250 ; height, width
2013-02-05 16:29:20 -08:00
2014-03-05 21:46:01 -08:00
db "Three hundred"
next "million years ago,"
next "it hid on the sea"
page "floor. It also has"
2014-03-05 21:46:01 -08:00
next "eyes on its back"
next "that glow.@"
2013-02-05 16:29:20 -08:00
; 0x1cc507