1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 17:30:25 +00:00

Misc. doc/cleanup 4 (#1093)

* Cleanup parameters passed to `Actor_SpawnFloorDustRing`

* `10` -> `ARROW_NUT` for spawning EnArrow

* Missing empty line after declaration

* Introduce `ACTORCAT_MAX`

* Minor cleanup

* Run formatter

* `sgiDrawIds` -> `giDrawIds`

* `sDmaMgrDataExistError` -> `sDmaMgrIsRomCompressed` bool

* Add Makefile dependencies to rebuild some files when editing actor, object and effect tables in `include/tables/`

* Run formatter

* Revert "Add Makefile dependencies to rebuild some files when editing actor, object and effect tables in `include/tables/`"

This reverts commit c6b9a92139.
This commit is contained in:
Dragorn421 2022-01-17 21:30:30 +01:00 committed by GitHub
parent 9b67778a00
commit 98259a128d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 68 additions and 66 deletions

View file

@ -33,7 +33,7 @@ void Title_PrintBuildInfo(Gfx** gfxp) {
// Note: In other rom versions this function also updates unk_1D4, coverAlpha, addAlpha, visibleDuration to calculate
// the fade-in/fade-out + the duration of the n64 logo animation
void Title_Calc(TitleContext* this) {
this->exit = 1;
this->exit = true;
}
void Title_SetupView(TitleContext* this, f32 x, f32 y, f32 z) {