mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
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:
parent
b62062a82c
commit
ae81f290d2
48 changed files with 182 additions and 38 deletions
|
|
@ -122,6 +122,7 @@ DonphanFrames: INCLUDE "gfx/pokemon/donphan/frames.asm"
|
|||
Porygon2Frames: INCLUDE "gfx/pokemon/porygon2/frames.asm"
|
||||
StantlerFrames: INCLUDE "gfx/pokemon/stantler/frames.asm"
|
||||
SmeargleFrames: INCLUDE "gfx/pokemon/smeargle/frames.asm"
|
||||
GrenmarFrames: INCLUDE "gfx/pokemon/grenmar/frames.asm"
|
||||
TyrogueFrames: INCLUDE "gfx/pokemon/tyrogue/frames.asm"
|
||||
HitmontopFrames: INCLUDE "gfx/pokemon/hitmontop/frames.asm"
|
||||
SmoochumFrames: INCLUDE "gfx/pokemon/smoochum/frames.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue