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
271 B
NASM
11 lines
271 B
NASM
db "VIRTUAL@" ; species name
|
|
dw 200, 720 ; height, weight
|
|
|
|
db "Its programming"
|
|
next "allows it to per-"
|
|
next "form many simult-"
|
|
|
|
page "aneous computati-" ; prototype dex entry, could be revised to flow better.
|
|
next "ons. However, it"
|
|
next "still can't fly.@"
|