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

@ -82,7 +82,7 @@ PryceGroup:
dw DELIBIRD
dw PRESENT, ICY_WIND, RAPID_SPIN, RAIN_DANCE ; Rain Dance can make Fire moves worse ig? Spikes is cool but it's an event move - do we want that?
db 33
dw SEEL ; BUU
dw BUU
dw HEADBUTT, ICY_WIND, AURORA_BEAM, REST
db 35
dw DEWGONG
@ -3000,6 +3000,8 @@ SwimmerFGroup:
db "DENISE@", TRAINERTYPE_NORMAL
db 22
dw SEEL
db 23
dw GRENMAR
db -1 ; end
next_list_item ; SWIMMERF (6)
@ -3087,7 +3089,7 @@ SwimmerFGroup:
db 28
dw SEEL
db 28
dw SEEL
dw GRENMAR
db 28
dw DEWGONG
db -1 ; end
@ -4912,7 +4914,7 @@ BoarderGroup: ; All in Pryce's Gym. Could expand to Ice Path and Seafoam.
db 30
dw CLOYSTER
db 26
dw SHELLDER ; BUU
dw BUU
db -1 ; end
end_list_items