mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00

A good chunk of these use prototype dex entry details from the SW99 demo. Annotated the best I could!
11 lines
257 B
NASM
11 lines
257 B
NASM
db "BAGWORM@" ; species name
|
|
dw 200, 160 ; height, weight
|
|
|
|
db "It will consume"
|
|
next "any kind of tree" ; this detail is from a prototype dex entry!
|
|
next "bark. Leftovers"
|
|
|
|
page "are plastered on"
|
|
next "using a fluid to"
|
|
next "make it stronger.@"
|