summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/pichu.asm
blob: b31976aafb930b6228b48d430f80920b56c2f59f (plain)
1
2
3
4
5
6
7
8
9
10
; PichuPokedexEntry: ; 0x1cd243
	db "TINY MOUSE@" ; species name
	dw 100, 40 ; height, weight

	db   "It is unskilled at"
	next "storing electric"
	next "power. Any kind of"
	page "shock causes it to"
	next "discharge energy"
	next "spontaneously.@"