summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/144.asm
blob: c705e912e93edfe62f36fb4450798ef58af9ea0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; ArticunoPokedexEntry: ; 0x1cc632
	db "FREEZE@" ; species name
	dw 507, 1220 ; height, width
	
	db   "Legendary bird"
	next "#MON. As it"
	next "flies through the"
	page "sky, it cools the"
	next "air, causing snow"
	next "to fall.@"
; 0x1cc697