mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00

A good chunk of these use prototype dex entry details from the SW99 demo. Annotated the best I could!
13 lines
331 B
NASM
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)
|