13 lines
255 B
NASM
Raw Normal View History

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