mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
247 B
NASM
9 lines
247 B
NASM
|
; DiglettPokedexEntry: ; 0x182b30
|
||
|
db "MOLE@" ; species name
|
||
|
dw 8, 20; height, width
|
||
|
|
||
|
db "It digs under-", $4e, "ground and chews", $4e, "on tree roots,@"
|
||
|
db "sticking its head", $4e, "out only when the", $4e, "sun isn't bright.@"
|
||
|
; 0x182b9d
|
||
|
|