summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/155.asm
blob: 9a1f7749a828155adbbb2be682c0c344fa53afa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; CyndaquilPokedexEntry: ; 0x1ccabd
	db "FIRE MOUSE@" ; species name
	dw 108, 170 ; height, width
	
	db   "The fire that"
	next "spouts from its"
	next "back burns hottest"
	page "when it is angry."
	next "The flaring flames"
	next "intimidate foes.@"
; 0x1ccb33