pokecrystal/stats/pokedex/entries/098.asm

13 lines
249 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; KrabbyPokedexEntry: ; 0x1b8ddd
2014-03-06 05:46:01 +00:00
db "RIVER CRAB@" ; species name
2013-02-06 00:29:20 +00:00
dw 104, 140; height, width
2014-03-06 05:46:01 +00: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-06 00:29:20 +00:00
; 0x1b8e45