blob: d9f294382f18a118e8fa5688f479f4a2a5f77f97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; HoppipPokedexEntry: ; 0x1cd8b5
db "COTTONWEED@" ; species name
dw 104, 10 ; height, width
db "It can be carried"
next "away on even the"
next "gentlest breeze."
page "It may even float"
next "all the way to the"
next "next town.@"
; 0x1cd928
|