mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 12:36:33 +13:00
11 lines
210 B
NASM
11 lines
210 B
NASM
db "COTTONWEED@" ; species name
|
|
dw 200, 20 ; height, weight
|
|
|
|
db "As soon as it"
|
|
next "rains, it closes"
|
|
next "its flower and"
|
|
|
|
page "hides in the shade"
|
|
next "of a tree to avoid"
|
|
next "getting wet.@"
|