pokecrystal-board/data/pokedex/entries/027.asm
2014-05-31 22:57:00 -07:00

13 lines
245 B
NASM

; SandshrewPokedexEntry: ; 0x182184
db "MOUSE@" ; species name
dw 200, 260 ; height, width
db "It prefers dry,"
next "sandy places"
next "because it uses"
page "the sand to"
next "protect itself"
next "when threatened.@"
; 0x1821e7