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
303 B
NASM
11 lines
303 B
NASM
db "CLEAR WING@" ; species name
|
|
dw 311, 840 ; height, weight
|
|
|
|
db "Its wings flap at"
|
|
next "30 times per se-"
|
|
next "cond. When it sees"
|
|
|
|
page "prey, it swoops"
|
|
next "not knowing what"
|
|
next "its prey even is!@" ; amalgamation of two prototype dex entries! we never know how fast the wings flap!
|