pokecrystal-board/stats/pokedex/entries/098.asm

9 lines
243 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; KrabbyPokedexEntry: ; 0x1b8ddd
db "RIVER CRAB@" ; species name
dw 104, 140; height, width
db "If it is unable", $4e, "to find food, it", $4e, "will absorb@"
db "nutrients by", $4e, "swallowing a", $4e, "mouthful of sand.@"
; 0x1b8e45