mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
11 lines
213 B
NASM
11 lines
213 B
NASM
db "COTTONWEED@" ; species name
|
|
dw 104, 10 ; height, weight
|
|
|
|
db "It can be carried"
|
|
next "away on even the"
|
|
next "gentlest breeze."
|
|
|
|
page "It may even float"
|
|
next "all the way to the"
|
|
next "next town.@"
|