Bug Fixes, missing files, the ROM builds now

This commit is contained in:
Martha Schilling 2024-07-02 10:15:48 +01:00
parent 182f250d2d
commit 4d0a61454c
32 changed files with 213 additions and 118 deletions

View file

@ -322,10 +322,10 @@ AnimationPointers:
dw ScreamTailAnimation
dw SandyShocksAnimation
dw GreatTuskAnimation
dw FlutterManeAnimation
dw IronTreadsAnimation
dw IronBundleAnimation
dw IronThornsAnimation
dw RagingBoltAnimation
dw GougingFireAnimation
dw WalkingWakeAnimation

View file

@ -320,6 +320,7 @@ DokuroarAnimation: INCLUDE "gfx/pokemon/dokuroar/anim.asm"
ScreamTailAnimation: INCLUDE "gfx/pokemon/scream_tail/anim.asm"
SandyShocksAnimation: INCLUDE "gfx/pokemon/sandy_shocks/anim.asm"
GreatTuskAnimation: INCLUDE "gfx/pokemon/great_tusk/anim.asm"
FlutterManeAnimation: INCLUDE "gfx/pokemon/flutter_mane/anim.asm"
IronTreadsAnimation: INCLUDE "gfx/pokemon/iron_treads/anim.asm"
IronBundleAnimation: INCLUDE "gfx/pokemon/iron_bundle/anim.asm"
IronThornsAnimation: INCLUDE "gfx/pokemon/iron_thorns/anim.asm"

View file

@ -322,6 +322,7 @@ BitmasksPointers:
dw ScreamTailBitmasks
dw SandyShocksBitmasks
dw GreatTuskBitmasks
dw FlutterManeBitmasks
dw IronTreadsBitmasks
dw IronBundleBitmasks
dw IronThornsBitmasks

View file

@ -320,6 +320,7 @@ DokuroarBitmasks: INCLUDE "gfx/pokemon/dokuroar/bitmask.asm"
ScreamTailBitmasks: INCLUDE "gfx/pokemon/scream_tail/bitmask.asm"
SandyShocksBitmasks: INCLUDE "gfx/pokemon/sandy_shocks/bitmask.asm"
GreatTuskBitmasks: INCLUDE "gfx/pokemon/great_tusk/bitmask.asm"
FlutterManeBitmasks: INCLUDE "gfx/pokemon/flutter_mane/bitmask.asm"
IronTreadsBitmasks: INCLUDE "gfx/pokemon/iron_treads/bitmask.asm"
IronBundleBitmasks: INCLUDE "gfx/pokemon/iron_bundle/bitmask.asm"
IronThornsBitmasks: INCLUDE "gfx/pokemon/iron_thorns/bitmask.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

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

View file

@ -322,6 +322,7 @@ FramesPointers:
dba ScreamTailFrames
dba SandyShocksFrames
dba GreatTuskFrames
dba FlutterManeFrames
dba IronTreadsFrames
dba IronBundleFrames
dba IronThornsFrames

View file

@ -322,10 +322,10 @@ AnimationIdlePointers:
dw ScreamTailAnimationIdle
dw SandyShocksAnimationIdle
dw GreatTuskAnimationIdle
dw FlutterManeAnimationIdle
dw IronTreadsAnimationIdle
dw IronBundleAnimationIdle
dw IronThornsAnimationIdle
dw RagingBoltAnimationIdle
dw GougingFireAnimationIdle
dw WalkingWakeAnimationIdle

View file

@ -320,6 +320,7 @@ DokuroarAnimationIdle: INCLUDE "gfx/pokemon/dokuroar/anim_idle.asm"
ScreamTailAnimationIdle: INCLUDE "gfx/pokemon/scream_tail/anim_idle.asm"
SandyShocksAnimationIdle: INCLUDE "gfx/pokemon/sandy_shocks/anim_idle.asm"
GreatTuskAnimationIdle: INCLUDE "gfx/pokemon/great_tusk/anim_idle.asm"
FlutterManeAnimationIdle: INCLUDE "gfx/pokemon/flutter_mane/anim_idle.asm"
IronTreadsAnimationIdle: INCLUDE "gfx/pokemon/iron_treads/anim_idle.asm"
IronBundleAnimationIdle: INCLUDE "gfx/pokemon/iron_bundle/anim_idle.asm"
IronThornsAnimationIdle: INCLUDE "gfx/pokemon/iron_thorns/anim_idle.asm"

View file

@ -144,6 +144,7 @@ DokuroarFrames: INCLUDE "gfx/pokemon/dokuroar/frames.asm"
ScreamTailFrames: INCLUDE "gfx/pokemon/scream_tail/frames.asm"
SandyShocksFrames: INCLUDE "gfx/pokemon/sandy_shocks/frames.asm"
GreatTuskFrames: INCLUDE "gfx/pokemon/great_tusk/frames.asm"
FlutterManeFrames: INCLUDE "gfx/pokemon/flutter_mane/frames.asm"
IronTreadsFrames: INCLUDE "gfx/pokemon/iron_treads/frames.asm"
IronBundleFrames: INCLUDE "gfx/pokemon/iron_bundle/frames.asm"
IronThornsFrames: INCLUDE "gfx/pokemon/iron_thorns/frames.asm"