mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 12:36:33 +13:00
11 lines
204 B
NASM
11 lines
204 B
NASM
db "BALLOON@" ; species name
|
|
dw 100, 20 ; height, weight
|
|
|
|
db "Instead of walking"
|
|
next "with its short"
|
|
next "legs, it moves"
|
|
|
|
page "around by bouncing"
|
|
next "on its soft,"
|
|
next "tender body.@"
|