jep-hack/data/pokemon/dex_entries/spinarak.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
333 B
NASM

db "STRINGSPIT@" ; species name
dw 108, 190 ; height, weight
db "When about to be"
next "attacked, it will"
next "raise its back to"
page "display a face-"
next "shaped pattern to"
next "scare the foe off.@" ; prototype dex entry that lines up with some animations in other games. never explicitly clarified in any game!