jep-hack/data/pokemon/dex_entries/charmander.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

16 lines
381 B
NASM

db "LIZARD@" ; species name
dw 200, 190 ; height, weight
db "Lives in packs"
next "within secluded"
next "mountains. If it"
page "sees food, it"
next "calls for its"
next "friends to share.@" ; Pokemon Snap
; Prototype dex entry
; The flame on its tail is a sign of its vitality.
; It won't be extinguished by rain or wind,
; but if it's not healthy, the flame fades.