jep-hack/data/pokemon/dex_entries/politoed.asm
Llinos Evans bea71954b4 More dex entries
A good chunk of these use prototype dex entry details from the SW99 demo. Annotated the best I could!
2024-07-31 23:43:22 +01:00

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.