mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00

A good chunk of these use prototype dex entry details from the SW99 demo. Annotated the best I could!
11 lines
442 B
NASM
11 lines
442 B
NASM
db "LITTLE BEAR@" ; species name
|
|
dw 200, 190 ; height, weight
|
|
|
|
db "It's an excellent"
|
|
next "climber and can" ; detail from prototype silver entry
|
|
next "easily track down"
|
|
|
|
page "the scent of SWE-"
|
|
next "ET HONEY. It'll" ; SWEET HONEY capitalised to account for the honey grandma
|
|
next "grin when it does!@" ; prototype dex entry adapted for the modern design (before, the ring on its head lit up, an element only in the SW99 design)
|