mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
11 lines
207 B
NASM
11 lines
207 B
NASM
db "TADPOLE@" ; species name
|
|
dw 200, 270 ; height, weight
|
|
|
|
db "The swirl on its"
|
|
next "belly is its"
|
|
next "insides showing"
|
|
|
|
page "through the skin."
|
|
next "It looks clearer"
|
|
next "after it eats.@"
|