mm/tools
rylieb 6fb180d0e1
En_Holl (Loading Halls/Holes) OK and mostly documented. (#270)
* EnHoll_Destroy() matching.

* EnHoll_Update() matching.

* EnHoll_Draw() matching and mostly documented.

* func_808999B0() matching and mostly documented.

* En_Holl OK (some asm remains)

* Renamed macros.

* func_80899B88 matching, but control flow could use some work.

* Got rid of GOTO in func_80899B88.

* Removed as many returns and magic numbers as currently possible.

* Renamed previous two functions to EnHoll_ChangeRooms and
EnHoll_VisibleIdle.

* EnHoll_SetAlwaysZero matching.

* EnHoll_TransparentIdle matching.

* func_8089A0C0 matching and mostly documented.

* func_8089A238 matching and mostly documented.

* Deleted last GLOBAL_ASM pragma.

* Final documentation for En_Holl PR.

* Switched spec to generated reloc.

* Clean up macros.

* Rename functions.

* Simplify name of ActionFunc array.

* Renamed globalCtx->unk_18878 to bgCoverAlpha.

* Ran format.sh.

* Added c file header.

* Update src/overlays/actors/ovl_En_Holl/z_en_holl.c

add trailing comma to sActionFuncs[]

Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>

* Update src/overlays/actors/ovl_En_Holl/z_en_holl.c

replace UNK_TYPE with s32.

Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>

* Run format.sh.

* s32 pad and declaration formatting

* Remove comma in EnHoll_TransparentIdle.

* Renamed sThis to sInstancePlayingSound.

* renamed gfxP to dl

* Improved affine transformation documentation.

* ran format.sh

* Updated documentation to be doxygen compatible.

* Extracted assets.

* fix bss

* Update src/overlays/actors/ovl_En_Holl/z_en_holl.c

replace bitmask == 0 with !

Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>

* Rename extracted asset variables.

* Renamed argument to macro functions to match .c

* renamed Vertices to Vtx.

* Renamed Vtx and DL.

* Update src/overlays/actors/ovl_En_Holl/z_en_holl.c

Shorten documentation.

Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>

* Apply suggestions from code review

Newline changes for readability.

Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>

* Update src/overlays/actors/ovl_En_Holl/z_en_holl.c

* Update src/overlays/actors/ovl_En_Holl/z_en_holl.c

Change oldCurrRoom to tempRoom.

* Apply suggestions from code review

engineer124's suggestions

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
2021-09-01 19:39:01 -04:00
..
asm-differ Update asm-processor and diff.py (#278) 2021-08-25 01:11:41 -04:00
asm-processor Update asm-processor and diff.py (#278) 2021-08-25 01:11:41 -04:00
buildtools Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
decomp-permuter Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
disasm En_Holl (Loading Halls/Holes) OK and mostly documented. (#270) 2021-09-01 19:39:01 -04:00
filelists/mm.us.rev1 Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
graphovl diff.py symlink and graphovl.py (#151) 2021-05-18 22:21:14 -04:00
ido_recomp Fixes IDO recomp and allows git to detect binary files. (#50) 2021-02-25 18:21:51 -05:00
overlayhelpers Script fixes, Type 1 cylinders fixed, rename main (#256) 2021-08-08 23:01:51 -04:00
sizes z_construct OK (#267) 2021-08-18 11:24:57 -04:00
warnings_count Fix gcc warnings (#246) 2021-08-04 08:14:38 -04:00
z64compress Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
ZAPD ZAPD update: Gotta go fast! (#226) 2021-07-28 21:55:02 -04:00
ZAPDConfigs/MM Update ZAPD to use scene macros, improve texture system and others (#129) 2021-06-02 18:18:38 -04:00
.gitignore Added IDO recomp support (#45) 2021-02-24 00:50:57 -05:00
actorfixer.py EnBigpo (Big Poh) (#250) 2021-09-01 18:44:42 -04:00
assist.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
calc_bss.sh Color_RGBAu32 (#253) 2021-08-15 10:56:20 -04:00
extract_baserom.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
fixbaserom.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
get_actor_sizes.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
m2ctx.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
Makefile Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
permuter_settings.toml EnClearTag OK and documented (#214) 2021-07-20 11:07:05 -04:00
progress.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
regconvert.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
rename_global_asm.py Script fixes, Type 1 cylinders fixed, rename main (#256) 2021-08-08 23:01:51 -04:00
rename_sym.sh Script fixes, Type 1 cylinders fixed, rename main (#256) 2021-08-08 23:01:51 -04:00
set_o32abi_bit.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
sfxconvert.py Port sfxconvert (#276) 2021-08-25 00:41:07 -04:00
sort_actor_funcs.py Sort actor functions and extern'd symbols (#259) 2021-08-15 14:04:28 -04:00
timeconv.py en_invadepoh OK (#200) 2021-07-17 00:04:37 -04:00
vt_fmt.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
vtxdis.c Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00
z64compress_wrapper.py Overhaul the build system (#234) 2021-08-03 23:21:31 -04:00