Buu and Grenmar? Nowaynowaynoway!

This required me to scrap some unused content from `load_font.asm`. However, this is only really a temporary fix - we need to decouple footprints.asm from it and make it load from separate banks to keep going.

Look at how Pokemon sprites are loaded for reference.
This commit is contained in:
Llinos Evans 2024-07-09 20:20:51 +01:00
parent b62062a82c
commit ae81f290d2
48 changed files with 182 additions and 38 deletions

View file

@ -165,6 +165,7 @@ MrMimeAnimationIdle: INCLUDE "gfx/pokemon/mr__mime/anim_idle.asm"
ScytherAnimationIdle: INCLUDE "gfx/pokemon/scyther/anim_idle.asm"
KleavorAnimationIdle: INCLUDE "gfx/pokemon/kleavor/anim_idle.asm"
JynxAnimationIdle: INCLUDE "gfx/pokemon/jynx/anim_idle.asm"
BuuAnimationIdle: INCLUDE "gfx/pokemon/buu/anim_idle.asm"
ElectabuzzAnimationIdle: INCLUDE "gfx/pokemon/electabuzz/anim_idle.asm"
MagmarAnimationIdle: INCLUDE "gfx/pokemon/magmar/anim_idle.asm"
PinsirAnimationIdle: INCLUDE "gfx/pokemon/pinsir/anim_idle.asm"
@ -318,6 +319,7 @@ DonphanAnimationIdle: INCLUDE "gfx/pokemon/donphan/anim_idle.asm"
Porygon2AnimationIdle: INCLUDE "gfx/pokemon/porygon2/anim_idle.asm"
StantlerAnimationIdle: INCLUDE "gfx/pokemon/stantler/anim_idle.asm"
SmeargleAnimationIdle: INCLUDE "gfx/pokemon/smeargle/anim_idle.asm"
GrenmarAnimationIdle: INCLUDE "gfx/pokemon/grenmar/anim_idle.asm"
TyrogueAnimationIdle: INCLUDE "gfx/pokemon/tyrogue/anim_idle.asm"
HitmontopAnimationIdle: INCLUDE "gfx/pokemon/hitmontop/anim_idle.asm"
SmoochumAnimationIdle: INCLUDE "gfx/pokemon/smoochum/anim_idle.asm"