jep-hack/data/pokemon/dex_entries/tangela.asm
Llinos Evans 31cdcc488d 32 more dex entries
Many of which were taken from the SW99-era prototype entries, chiefly for kanto pokemon
2024-08-01 01:06:14 +01:00

11 lines
291 B
NASM

db "VINE@" ; species name
dw 303, 770 ; height, weight
db "The more it basks"
next "in the sun's rays,"
next "the more the vines"
page "on its body conti-"
next "nue to grow. Its"
next "face is obscured.@" ; last bit is filler; rest is prototype dex entry. feel free to enhance.