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

@ -145,6 +145,7 @@ AnimationPointers:
dw KabutoAnimation
dw KabutopsAnimation
dw AerodactylAnimation
dw MunchlaxAnimation
dw SnorlaxAnimation
dw ArticunoAnimation
dw ZapdosAnimation

View file

@ -143,6 +143,7 @@ OmastarAnimation: INCLUDE "gfx/pokemon/omastar/anim.asm"
KabutoAnimation: INCLUDE "gfx/pokemon/kabuto/anim.asm"
KabutopsAnimation: INCLUDE "gfx/pokemon/kabutops/anim.asm"
AerodactylAnimation: INCLUDE "gfx/pokemon/aerodactyl/anim.asm"
MunchlaxAnimation: INCLUDE "gfx/pokemon/munchlax/anim.asm"
SnorlaxAnimation: INCLUDE "gfx/pokemon/snorlax/anim.asm"
ArticunoAnimation: INCLUDE "gfx/pokemon/articuno/anim.asm"
ZapdosAnimation: INCLUDE "gfx/pokemon/zapdos/anim.asm"

View file

@ -145,6 +145,7 @@ BitmasksPointers:
dw KabutoBitmasks
dw KabutopsBitmasks
dw AerodactylBitmasks
dw MunchlaxBitmasks
dw SnorlaxBitmasks
dw ArticunoBitmasks
dw ZapdosBitmasks

View file

@ -143,6 +143,7 @@ OmastarBitmasks: INCLUDE "gfx/pokemon/omastar/bitmask.asm"
KabutoBitmasks: INCLUDE "gfx/pokemon/kabuto/bitmask.asm"
KabutopsBitmasks: INCLUDE "gfx/pokemon/kabutops/bitmask.asm"
AerodactylBitmasks: INCLUDE "gfx/pokemon/aerodactyl/bitmask.asm"
MunchlaxBitmasks: INCLUDE "gfx/pokemon/munchlax/bitmask.asm"
SnorlaxBitmasks: INCLUDE "gfx/pokemon/snorlax/bitmask.asm"
ArticunoBitmasks: INCLUDE "gfx/pokemon/articuno/bitmask.asm"
ZapdosBitmasks: INCLUDE "gfx/pokemon/zapdos/bitmask.asm"

View file

@ -145,6 +145,7 @@ FramesPointers:
dba KabutoFrames
dba KabutopsFrames
dba AerodactylFrames
dba MunchlaxFrames
dba SnorlaxFrames
dba ArticunoFrames
dba ZapdosFrames

View file

@ -145,6 +145,7 @@ AnimationIdlePointers:
dw KabutoAnimationIdle
dw KabutopsAnimationIdle
dw AerodactylAnimationIdle
dw MunchlaxAnimationIdle
dw SnorlaxAnimationIdle
dw ArticunoAnimationIdle
dw ZapdosAnimationIdle

View file

@ -143,6 +143,7 @@ OmastarAnimationIdle: INCLUDE "gfx/pokemon/omastar/anim_idle.asm"
KabutoAnimationIdle: INCLUDE "gfx/pokemon/kabuto/anim_idle.asm"
KabutopsAnimationIdle: INCLUDE "gfx/pokemon/kabutops/anim_idle.asm"
AerodactylAnimationIdle: INCLUDE "gfx/pokemon/aerodactyl/anim_idle.asm"
MunchlaxAnimationIdle: INCLUDE "gfx/pokemon/munchlax/anim_idle.asm"
SnorlaxAnimationIdle: INCLUDE "gfx/pokemon/snorlax/anim_idle.asm"
ArticunoAnimationIdle: INCLUDE "gfx/pokemon/articuno/anim_idle.asm"
ZapdosAnimationIdle: INCLUDE "gfx/pokemon/zapdos/anim_idle.asm"

View file

@ -145,6 +145,7 @@ OmastarFrames: INCLUDE "gfx/pokemon/omastar/frames.asm"
KabutoFrames: INCLUDE "gfx/pokemon/kabuto/frames.asm"
KabutopsFrames: INCLUDE "gfx/pokemon/kabutops/frames.asm"
AerodactylFrames: INCLUDE "gfx/pokemon/aerodactyl/frames.asm"
MunchlaxFrames: INCLUDE "gfx/pokemon/munchlax/frames.asm"
SnorlaxFrames: INCLUDE "gfx/pokemon/snorlax/frames.asm"
ArticunoFrames: INCLUDE "gfx/pokemon/articuno/frames.asm"
ZapdosFrames: INCLUDE "gfx/pokemon/zapdos/frames.asm"

View file

@ -0,0 +1,10 @@
frame 0, 08
frame 1, 08
frame 0, 08
frame 2, 24
frame 3, 08
frame 4, 08
frame 3, 08
frame 3, 08
frame 0, 16
endanim

View file

@ -0,0 +1,4 @@
frame 1, 08
frame 0, 08
frame 1, 08
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25