mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
11 lines
202 B
NASM
11 lines
202 B
NASM
db "IGUANA@" ; species name
|
|
dw 20, 120 ; height, weight
|
|
|
|
db "Its population"
|
|
next "once dwindled"
|
|
next "due to poaching,"
|
|
|
|
page "but repopulation"
|
|
next "efforts hope to"
|
|
next "reverse this.@"
|