mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00

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