13 lines
247 B
NASM
Raw Normal View History

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