jep-hack/data/pokemon/dex_entries/pineco.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
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.@"