mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-19 05:26:25 +13:00

A good chunk of these use prototype dex entry details from the SW99 demo. Annotated the best I could!
12 lines
260 B
NASM
12 lines
260 B
NASM
db "FROG@" ; species name
|
|
dw 307, 750 ; height, weight
|
|
|
|
db "It sends signals"
|
|
next "to POLIWAG and"
|
|
next "POLIWHIRL with a"
|
|
|
|
page "cry forced out"
|
|
next "from the depths"
|
|
next "of its belly.@"
|
|
; prototype dex entry that details *how* Politoed croaks.
|