jep-hack/data/pokemon/dex_entries/larvitar.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

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.@"