mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
11 lines
220 B
NASM
11 lines
220 B
NASM
db "WATER FISH@" ; species name
|
|
dw 407, 1650 ; height, weight
|
|
|
|
db "Its body is always"
|
|
next "slimy. It often"
|
|
next "bangs its head on"
|
|
|
|
page "the river bottom"
|
|
next "as it swims but"
|
|
next "seems not to care.@"
|