jep-hack/data/pokemon/dex_entries/munchlax.asm
Llinos Evans c1fa88db2a Running Shoes, new readme, Munchlax
This adds a readme with credits so far. Make sure to keep this updated so everyone knows what is and isn't done!

We also get the Running Shoes feature from the tutorial, finally making debugging bearable given how laggy Crystal's overworld can be at times.

Oh, and Munchlax.
2023-10-27 21:59:33 +01:00

10 lines
206 B
NASM

db "BIG EATER@" ; species name
dw 200, 2315 ; height, weight
db "In its desperation"
next "to gulp down food,"
next "it forgets about"
page "the food it has"
next "hidden under its"
next "fur.@"