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

13 lines
331 B
NASM

db "SPIKE BALL@" ; species name
dw 100, 30 ; height, weight
db "It's just a baby,"
next "but if in danger,"
next "it can repel foes"
page "by releasing a"
next "poison from its"
next "head spikes.@" ; prototype entry
; used in a tcg promo in corocoro
; https://bulbapedia.bulbagarden.net/wiki/Togepi_(Wizards_Promo_30)