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 "TADPOLE@" ; species name
|
|
dw 303, 440 ; height, weight
|
|
|
|
db "Though it is"
|
|
next "skilled at walk-"
|
|
next "ing, it prefers to"
|
|
|
|
page "live underwater"
|
|
next "where there is"
|
|
next "less danger.@"
|