summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/098.asm
blob: 63e2434ccce596ca94b775d5dffb9e092df3bfa9 (plain)
1
2
3
4
5
6
7
8
; 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