mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
242 B
NASM
9 lines
242 B
NASM
; MareepPokedexEntry: ; 0x1cd551
|
|
db "WOOL@" ; species name
|
|
dw 200, 170; height, width
|
|
|
|
db "It stores lots of", $4e, "air in its soft", $4e, "fur, allowing it@"
|
|
db "to stay cool in", $4e, "summer and warm", $4e, "in winter.@"
|
|
; 0x1cd5b8
|
|
|