blob: b6ff3e44e6c0c19ac3b97f35ecdfa47d854f0ebb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; DiglettPokedexEntry: ; 0x182b30
db "MOLE@" ; species name
dw 8, 20 ; height, width
db "It digs under-"
next "ground and chews"
next "on tree roots,"
page "sticking its head"
next "out only when the"
next "sun isn't bright.@"
; 0x182b9d
|