jep-hack/data/pokemon/dex_entries/quilava.asm
Llinos Evans bea71954b4 More dex entries
A good chunk of these use prototype dex entry details from the SW99 demo. Annotated the best I could!
2024-07-31 23:43:22 +01:00

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!