ROM builds, assign music, update Tanobi/Trustan/Foxfire

This updates the file structure so the ROM builds properly. It also updates the base stat files of Trustan, Tanobi, and Foxfire (name tbc), and updates Tanobi's name as was meant to be done a while ago.

I've also assigned Luci's music as she describes in her track files.
This commit is contained in:
Llinos Evans 2024-08-18 15:23:29 +01:00
parent 81dd4d64d0
commit 0f7ce337f5
40 changed files with 72 additions and 69 deletions

View file

@ -357,7 +357,7 @@ AnimationPointers:
dw CacawphonyAnimation
dw TrebirAnimation
dw SakurazeAnimation
dw AmanobiAnimation
dw TanobiAnimation
dw TrustanAnimation
dw KuwaguardAnimation
dw TonquitoAnimation

View file

@ -355,7 +355,7 @@ SoneggAnimation: INCLUDE "gfx/pokemon/sonegg/anim.asm"
CacawphonyAnimation: INCLUDE "gfx/pokemon/cacawphony/anim.asm"
TrebirAnimation: INCLUDE "gfx/pokemon/trebir/anim.asm"
SakurazeAnimation: INCLUDE "gfx/pokemon/sakuraze/anim.asm"
AmanobiAnimation: INCLUDE "gfx/pokemon/amanobi/anim.asm"
TanobiAnimation: INCLUDE "gfx/pokemon/tanobi/anim.asm"
TrustanAnimation: INCLUDE "gfx/pokemon/trustan/anim.asm"
KuwaguardAnimation: INCLUDE "gfx/pokemon/kuwaguard/anim.asm"
TonquitoAnimation: INCLUDE "gfx/pokemon/tonquito/anim.asm"

View file

@ -357,7 +357,7 @@ BitmasksPointers:
dw CacawphonyBitmasks
dw TrebirBitmasks
dw SakurazeBitmasks
dw AmanobiBitmasks
dw TanobiBitmasks
dw TrustanBitmasks
dw KuwaguardBitmasks
dw TonquitoBitmasks

View file

@ -355,7 +355,7 @@ SoneggBitmasks: INCLUDE "gfx/pokemon/sonegg/bitmask.asm"
CacawphonyBitmasks: INCLUDE "gfx/pokemon/cacawphony/bitmask.asm"
TrebirBitmasks: INCLUDE "gfx/pokemon/trebir/bitmask.asm"
SakurazeBitmasks: INCLUDE "gfx/pokemon/sakuraze/bitmask.asm"
AmanobiBitmasks: INCLUDE "gfx/pokemon/amanobi/bitmask.asm"
TanobiBitmasks: INCLUDE "gfx/pokemon/tanobi/bitmask.asm"
TrustanBitmasks: INCLUDE "gfx/pokemon/trustan/bitmask.asm"
KuwaguardBitmasks: INCLUDE "gfx/pokemon/kuwaguard/bitmask.asm"
TonquitoBitmasks: INCLUDE "gfx/pokemon/tonquito/bitmask.asm"

View file

@ -357,7 +357,7 @@ FramesPointers:
dba CacawphonyFrames
dba TrebirFrames
dba SakurazeFrames
dba AmanobiFrames
dba TanobiFrames
dba TrustanFrames
dba KuwaguardFrames
dba TonquitoFrames

View file

@ -357,7 +357,7 @@ AnimationIdlePointers:
dw CacawphonyAnimationIdle
dw TrebirAnimationIdle
dw SakurazeAnimationIdle
dw AmanobiAnimationIdle
dw TanobiAnimationIdle
dw TrustanAnimationIdle
dw KuwaguardAnimationIdle
dw TonquitoAnimationIdle

View file

@ -355,7 +355,7 @@ SoneggAnimationIdle: INCLUDE "gfx/pokemon/sonegg/anim_idle.asm"
CacawphonyAnimationIdle: INCLUDE "gfx/pokemon/cacawphony/anim_idle.asm"
TrebirAnimationIdle: INCLUDE "gfx/pokemon/trebir/anim_idle.asm"
SakurazeAnimationIdle: INCLUDE "gfx/pokemon/sakuraze/anim_idle.asm"
AmanobiAnimationIdle: INCLUDE "gfx/pokemon/amanobi/anim_idle.asm"
TanobiAnimationIdle: INCLUDE "gfx/pokemon/tanobi/anim_idle.asm"
TrustanAnimationIdle: INCLUDE "gfx/pokemon/trustan/anim_idle.asm"
KuwaguardAnimationIdle: INCLUDE "gfx/pokemon/kuwaguard/anim_idle.asm"
TonquitoAnimationIdle: INCLUDE "gfx/pokemon/tonquito/anim_idle.asm"

View file

@ -145,7 +145,7 @@ SoneggFrames: INCLUDE "gfx/pokemon/sonegg/frames.asm"
CacawphonyFrames: INCLUDE "gfx/pokemon/cacawphony/frames.asm"
TrebirFrames: INCLUDE "gfx/pokemon/trebir/frames.asm"
SakurazeFrames: INCLUDE "gfx/pokemon/sakuraze/frames.asm"
AmanobiFrames: INCLUDE "gfx/pokemon/amanobi/frames.asm"
TanobiFrames: INCLUDE "gfx/pokemon/tanobi/frames.asm"
TrustanFrames: INCLUDE "gfx/pokemon/trustan/frames.asm"
KuwaguardFrames: INCLUDE "gfx/pokemon/kuwaguard/frames.asm"
TonquitoFrames: INCLUDE "gfx/pokemon/tonquito/frames.asm"

View file

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 304 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 315 B

Before After
Before After