mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00

A good chunk of these use prototype dex entry details from the SW99 demo. Annotated the best I could!
11 lines
322 B
NASM
11 lines
322 B
NASM
db "VOLCANO@" ; species name
|
|
dw 211, 420 ; height, weight
|
|
|
|
db "Lives in grasslands"
|
|
next "and volcanoes. Its"
|
|
next "non-flammable fur"
|
|
|
|
page "is really strong:"
|
|
next "It can even stay"
|
|
next "cool in lava!@" ; prototype element combined with habitat data. could be revised. just make sure it can survive in lava!
|