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
286 B
NASM
11 lines
286 B
NASM
db "JET@" ; species name
|
|
dw 200, 260 ; height, weight
|
|
|
|
db "It can store up"
|
|
next "to 10 litres of"
|
|
next "water to shoot" ; prototype dex entry detail that transferred to qwilfish before completely disappearing.
|
|
|
|
page "at prey. It does"
|
|
next "so with great"
|
|
next "precision.@"
|