summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/171.asm
blob: 5ec3afdfcc293cf66f1ba16249b902d4d9f6e713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; LanturnPokedexEntry: ; 0x1cd1de
	db "LIGHT@" ; species name
	dw 311, 500 ; height, width
	
	db   "This #MON uses"
	next "the bright part of"
	next "its body, which"
	page "changed from a"
	next "dorsal fin, to"
	next "lure prey.@"
; 0x1cd243