mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
11 lines
199 B
NASM
11 lines
199 B
NASM
db "MUSHROOM@" ; species name
|
|
dw 100, 120 ; height, weight
|
|
|
|
db "The tochukaso"
|
|
next "growing on this"
|
|
next "#MON's back"
|
|
|
|
page "orders it to"
|
|
next "extract juice from"
|
|
next "tree trunks.@"
|