13 lines
249 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; KrabbyPokedexEntry: ; 0x1b8ddd
2014-03-06 00:46:01 -05:00
db "RIVER CRAB@" ; species name
2013-02-05 19:29:20 -05:00
dw 104, 140; height, width
2014-03-06 00:46:01 -05:00
db "If it is unable"
next "to find food, it"
next "will absorb@"
db "nutrients by"
next "swallowing a"
next "mouthful of sand.@"
2013-02-05 19:29:20 -05:00
; 0x1b8e45