summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/098.asm
blob: 85e6f8c3db3d268fab6520aa39d27420f327dcaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; KrabbyPokedexEntry: ; 0x1b8ddd
	db "RIVER CRAB@" ; species name
	dw 104, 140 ; height, width
	
	db   "If it is unable"
	next "to find food, it"
	next "will absorb"
	page "nutrients by"
	next "swallowing a"
	next "mouthful of sand.@"
; 0x1b8e45