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
244 B
NASM
11 lines
244 B
NASM
db "ROCK SKIN@" ; species name
|
|
dw 200, 1590 ; height, weight
|
|
|
|
db "Its light and"
|
|
next "limber body can"
|
|
next "absorb and soften" ; prototype dex entry detail
|
|
|
|
page "any attack. When"
|
|
next "it's eaten enough"
|
|
next "dirt, it evolves.@"
|