mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-18 04:56:25 +13:00
11 lines
207 B
NASM
11 lines
207 B
NASM
db "BUBBLE JET@" ; species name
|
|
dw 303, 640 ; height, weight
|
|
|
|
db "It can melt into"
|
|
next "water using ACID"
|
|
next "ARMOR, but if"
|
|
|
|
page "the area is"
|
|
next "muddy, it will"
|
|
next "refuse to use it.@"
|