Sector Z, Fortuna & General Docs (#261)

* Sector Z Docs initial

* Sector Z docs

* some other things

* correction

* Space Junk

* SectorZ_SetLevelObjects

* rename assets with correct prefix

* aSzBackgroundTex

* details

* pr review

* Sector X initials

* Meteo Initials

* Sector X things I forgot

* fox_tr360 & fox_ve1 & fox_so initials

* fox_so details

* Zones initials

* More Zones initials

* more zones initials

* area 6 initials

* fortuna inits

* fortuna actors

* some more docs

* more docs for Fortuna

* fix mistake in data incorrectly imported

* Fortuna Radars

* BossFO

* Sector Y Initials

* Venom 2 general Docs

* Some Corneria Docs

* Actor, Scenery and Boss IDs in update and draw functions of gObjectInfo

* more docs and this usage

* fox_360 this usage

* more actor types and this usages

* fox_effect type usage

* training docs

* some Sector X docs

* fix incorrect usage of "this"

* fix comment

* more docs

* funcNames

* fox_bg spacing

* boolean

* scenery corneria bumbs

* terrain bumps

* corneria arch

* more corneria objects

* hitboxes

* more corneria objects

* more corneria level objects

* more corneria objects

* aCoWaterfallDL

* corneria docs

* more corneria docs

* Granga swork start

* corneria swork

* Corneria

* Corneria Granga docs

* more granga docs

* granga work buffer enum

* CarrierParts enum use

* option

* Corneria Docs

* GRANGA_FWK

* fox_co.h header

* fix Fault_FillRectangle typo

* PR reviews

* sCsTeamInitialPos

* Doodad
This commit is contained in:
Alejandro Asenjo Nitti
2024-07-06 09:47:49 -03:00
committed by GitHub
parent 24e316a2b2
commit c348962cab
75 changed files with 14011 additions and 12859 deletions
+26 -26
View File
@@ -18,31 +18,31 @@ void Meteo_80187B08(Actor *);
void Meteo_Boss297_Init(Boss *);
void Meteo_8018CCF8(Actor *);
void Meteo_8018756C(Actor*);
void Meteo_80187650(Actor*);
void Meteo_801877C4(Actor*);
void Meteo_8018795C(Actor*);
void Meteo_80188344(Boss*);
void Meteo_801887D0(Boss*);
void Meteo_80188CAC(Effect*);
void Meteo_80188FAC(Effect*);
void Meteo_80189114(Effect*);
void Meteo_8018978C(Boss*);
void Meteo_8018BACC(Boss*);
void Meteo_8018D9EC(Actor*);
void Meteo_8018DA6C(Actor*);
void Meteo_8018DAEC(Actor*);
void Meteo_8018DB6C(Actor*);
void Meteo_8018DBEC(Effect*);
void Meteo_8018DCE4(Effect*);
void Meteo_8018DE14(Effect*);
void SectorX_8018F330(Actor*);
void SectorX_8018F884(Actor*);
void SectorX_8018FE38(Boss*);
void SectorX_8018FF20(Boss*);
void SectorX_8018FF84(Boss*);
void SectorX_80190020(Boss*);
void SectorX_80190078(Boss*);
void SectorX_80193434(Boss*);
void Meteo_Actor181_Update(Actor*);
void Meteo_Actor182_Update(Actor*);
void Meteo_Actor187_Update(Actor*);
void Meteo_Actor186_Update(Actor*);
void Meteo_Boss298_Update(Boss*);
void Meteo_Boss298_Draw(Boss*);
void Meteo_Effect369_Update(Effect*);
void Meteo_Effect370_Update(Effect*);
void Meteo_Effect371_Update(Effect*);
void Meteo_Boss297_Update(Boss*);
void Meteo_Boss297_Draw(Boss*);
void Meteo_ActorDoodad_Update(Actor*);
void Meteo_Actor183_Draw(Actor*);
void Meteo_Actor184_Draw(Actor*);
void Meteo_Actor185_Draw(Actor*);
void Meteo_Effect370_Draw(Effect*);
void Meteo_Effect369_Draw(Effect*);
void Meteo_Effect371_Draw(Effect*);
void SectorX_Slippy_Update(Actor*);
void SectorX_Slippy_Draw(Actor*);
void SectorX_Boss304_Update(Boss*);
void SectorX_Boss305_Update(Boss*);
void SectorX_Boss304_Draw(Boss*);
void SectorX_Boss305_Draw(Boss*);
void SectorX_Boss_Update(Boss*);
void SectorX_Boss_Draw(Boss*);
#endif