mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
General docs (#269)
* fox_display.c DOCS * PRINTF * actor->destroy boolean * corneria docs * Boss->unk_04C to Boss->animFrame * aCoGrangaWalkingAnim * more corneria docs * Spawner * Spawner code refined * Spawner description * Actor Spawn guard * Molar Rock (name by @inspectredc) * more docs * actor docs * initial disassembly config for lodgenet * correct vram addresses for lodgenet * Actor Docs * More actor docs * more actor docs * correction * correction * more actor docs * Preliminary work for Effect documentation * Change Init for Setup * fox_play cleanup and defake * fox_zo function names * fox_so function renaming * more object docs * venom 1 actors * actor docs * some fox_bo docs * some fox_fo corrections * fox_ma obj->this * fox_ma renamings * fox_ma docs * fox_ti Actors * revert permuter settings to ido * some renames on fox_andross.c * fox_sy actors * object names * corrections * some effect comments * fix AudioTable struct and data to avoid UB * uintptr_t in audio * audio load changes * event id enum usage in fox_sy * clear padding in sPlaylists * HUD_FoBase_ExplodeCs * HUD
This commit is contained in:
+3
-3
@@ -25,7 +25,7 @@ extern Actor* gTeamHelpActor;
|
||||
extern s32 gTeamHelpTimer;
|
||||
|
||||
// fox_edata
|
||||
extern f32 gActor241Hitbox[];
|
||||
extern f32 gZoEnergyBallHitbox[];
|
||||
extern f32 gCubeHitbox100[];
|
||||
extern f32 gCubeHitbox150[];
|
||||
extern f32 gCubeHitbox200[];
|
||||
@@ -39,8 +39,8 @@ extern f32 gMeteoWarpHitbox[];
|
||||
extern f32 gItemPathChangeHitbox[];
|
||||
extern f32 gItemLasersHitbox[];
|
||||
extern f32 gItemBombHitbox[];
|
||||
extern f32 gActor190_191Hitbox[];
|
||||
extern f32 gActor194Hitbox[];
|
||||
extern f32 gActorMissileSeekHitbox[];
|
||||
extern f32 gMeMoraHitbox[];
|
||||
extern f32 gTeamHitbox[];
|
||||
extern f32 gActorAllRangeHItbox[];
|
||||
extern f32 gWarpZoneEvent94Hitbox[];
|
||||
|
||||
Reference in New Issue
Block a user