mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
11 lines
204 B
NASM
11 lines
204 B
NASM
db "SNAKE@" ; species name
|
|
dw 607, 150 ; height, weight
|
|
|
|
db "It flutters the"
|
|
next "tip of its tongue"
|
|
next "to seek out the"
|
|
|
|
page "scent of prey,"
|
|
next "then swallows the"
|
|
next "prey whole.@"
|