mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
11 lines
202 B
NASM
11 lines
202 B
NASM
db "WOOL@" ; species name
|
|
dw 200, 170 ; height, weight
|
|
|
|
db "It stores lots of"
|
|
next "air in its soft"
|
|
next "fur, allowing it"
|
|
|
|
page "to stay cool in"
|
|
next "summer and warm"
|
|
next "in winter.@"
|