mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
11 lines
211 B
NASM
11 lines
211 B
NASM
db "SEA LION@" ; species name
|
|
dw 507, 2650 ; height, weight
|
|
|
|
db "It sleeps under"
|
|
next "shallow ocean"
|
|
next "waters during the"
|
|
|
|
page "day, then looks"
|
|
next "for food at night"
|
|
next "when it's cold.@"
|