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.
This commit is contained in:
Llinos Evans 2023-10-27 21:59:33 +01:00
parent bd6b73b04b
commit c1fa88db2a
45 changed files with 209 additions and 6 deletions

View file

@ -164,6 +164,7 @@
const KABUTO ; 8c
const KABUTOPS ; 8d
const AERODACTYL ; 8e
const MUNCHLAX
const SNORLAX ; 8f
const ARTICUNO ; 90
const ZAPDOS ; 91

View file

@ -106,6 +106,9 @@
const SPRITE_STANDING_YOUNGSTER ; 66
const SPRITE_ENBY ; 67
const SPRITE_ENBY_BIKE ; 68
const SPRITE_CHRIS_RUN ; 67
const SPRITE_KRIS_RUN ; 68
const SPRITE_TOPAZ_RUN ; 69 nice
DEF NUM_OVERWORLD_SPRITES EQU const_value - 1
; SpriteMons indexes (see data/sprites/sprite_mons.asm)

View file

@ -256,6 +256,7 @@ DEF PLAYER_BIKE EQU 1
DEF PLAYER_SKATE EQU 2
DEF PLAYER_SURF EQU 4
DEF PLAYER_SURF_PIKA EQU 8
DEF PLAYER_RUN EQU 16
; wCelebiEvent::
DEF CELEBIEVENT_FOREST_IS_RESTLESS_F EQU 2