mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
11 lines
203 B
NASM
11 lines
203 B
NASM
db "DEEP SEA@" ; species name
|
|
dw 401, 602 ; height, weight
|
|
|
|
db "Its large eyes"
|
|
next "are sensitive to"
|
|
next "light, so it is"
|
|
|
|
page "rarely seen"
|
|
next "outside of the"
|
|
next "ocean's depths.@"
|