mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-18 04:56: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 "BIG JAW@" ; species name
|
|
dw 307, 550 ; height, weight
|
|
|
|
db "It spends most of"
|
|
next "its day underwat-"
|
|
next "er, with only its"
|
|
|
|
page "eyes and nose"
|
|
next "above the water's."
|
|
next "surface.@" ; Prototype dex entry. I wanted to include it sleeping with one eye open, but there's no space.
|