blob: c4f7917ab30da2bfd96caef05e58b344117286e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; SunkernPokedexEntry: ; 0x1cda87
db "SEED@" ; species name
dw 100, 40 ; height, width
db "It is very weak."
next "Its only means of"
next "defense is to"
page "shake its leaves"
next "desperately at its"
next "attacker.@"
; 0x1cdaef
|