summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/039.asm
blob: bd82e78b360211d2f5f8049f813529716d104287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; JigglypuffPokedexEntry: ; 0x182673
	db "BALLOON@" ; species name
	dw 108, 120 ; height, width
	
	db   "It rolls its cute"
	next "eyes as it sings a"
	next "soothing lullaby."
	page "Its gentle song"
	next "puts anyone who"
	next "hears it to sleep.@"
; 0x1826e9