summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/073.asm
blob: 040bba5b25a5b231cc9cdd58e2742d4e74fcc5f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; TentacruelPokedexEntry: ; 0x1b8337
	db "JELLYFISH@" ; species name
	dw 503, 1210 ; height, width
	
	db   "When its 80 feel-"
	next "ers absorb water,"
	next "it stretches to"
	page "become like a net"
	next "to entangle its"
	next "prey.@"
; 0x1b83a1