mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-18 04:56:25 +13:00
11 lines
209 B
NASM
11 lines
209 B
NASM
db "HAIRY BUG@" ; species name
|
|
dw 100, 70 ; height, weight
|
|
|
|
db "The barb on top of"
|
|
next "its head secretes"
|
|
next "a strong poison."
|
|
|
|
page "It uses this toxic"
|
|
next "barb to protect"
|
|
next "itself.@"
|