mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
11 lines
202 B
NASM
11 lines
202 B
NASM
db "JELLYFISH@" ; species name
|
|
dw 211, 1000 ; height, weight
|
|
|
|
db "As it floats along"
|
|
next "on the waves, it"
|
|
next "uses its toxic"
|
|
|
|
page "feelers to stab"
|
|
next "anything it"
|
|
next "touches.@"
|