mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
11 lines
213 B
NASM
11 lines
213 B
NASM
db "EVOLUTION@" ; species name
|
|
dw 100, 140 ; height, weight
|
|
|
|
db "Its ability to"
|
|
next "evolve into many"
|
|
next "forms allows it to"
|
|
|
|
page "adapt smoothly"
|
|
next "and perfectly to"
|
|
next "any environment.@"
|