summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/007.asm
blob: a02173d666227cde0d9d4a042cbab18bafd76140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; SquirtlePokedexEntry: ; 0x181926
	db "TINYTURTLE@" ; species name
	dw 108, 200 ; height, width
	
	db   "When it feels"
	next "threatened, it"
	next "draws its legs"
	page "inside its shell"
	next "and sprays water"
	next "from its mouth.@"
; 0x181993