mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 12:06:28 +13:00
11 lines
213 B
NASM
11 lines
213 B
NASM
db "FLYING FISH@" ; species name
|
|
dw 10, 120 ; height, weight
|
|
|
|
db "FISHERs are often"
|
|
next "surprised by"
|
|
next "CHEEP's strength,"
|
|
|
|
page "sometimes losing"
|
|
next "bait or rods when"
|
|
next "one is hooked.@"
|