2954 Commits
Author SHA1 Message Date
RozeletteandGitHub b4b8044d38 Make the disasm target when appropiate instead of needing to do it manually (#10) 2020-08-28 20:55:08 -04:00
RozeletteandGitHub 125b16cb17 Add object enum (#9) 2020-08-07 18:12:03 -04:00
RozeletteandGitHub 12e258561e Cleanup some function identifications. (#7)
* Add missed functions, remove not functions

* Fix typo
2020-08-06 18:11:32 -04:00
RozeletteandGitHub f37da749f6 Add actor and scene enums (#8) 2020-08-06 18:06:38 -04:00
Kenix3 e80336d4a8 Initial code format 2020-07-24 20:00:52 -04:00
Kenix3 7323c17eaf Adds clang-format script to MM
Same as OOT for consistency.
2020-07-24 19:57:54 -04:00
mmb70andKenix3 ac685a8161 updated functions.txt for func_800968B0 2020-07-24 19:26:37 -04:00
mmb70andKenix3 ae6b5c6aa1 fix local var names 2020-07-24 19:26:37 -04:00
mmb70andKenix3 b93b6f0389 fix improper spacing 2020-07-24 19:26:37 -04:00
mmb70andKenix3 522ccdbb95 func_0x800968B0 PR review 2020-07-24 19:26:37 -04:00
mmb70andKenix3 7b45043c97 Matched boot_0x800968B0.c
Matched func_800968B1
2020-07-24 19:26:37 -04:00
Kenix3 07cfe5b43f Merge branch 'master' of https://github.com/zeldaret/mm 2020-06-23 17:38:34 -04:00
Rafael MouraandKenix3 c9dc82cbe5 func_800B72F8 decompiled 2020-06-23 17:35:29 -04:00
MMDecompandKenix3 7d61d4e6ff Decompile game.c 2020-06-23 10:55:11 -04:00
Kenix3 2d191e301a Adds TODO comments to remove implementation defined pointer manipulation. 2020-06-06 19:27:28 -04:00
Kenix3 cb8b9a2020 z_lib now uses SEGMENTED_TO_VIRTUAL macro
Additionally removed some TODO comments in z_scene and defining gRspSegmentPhysAddrs array size as NUM_SEGMENTS
2020-06-04 23:25:57 -04:00
Kenix3 5c97d35841 Added macros header
Additionally, updated code to use PHYSICAL_TO_VIRTUAL and ALIGN16 macros.
Additionally, retyped gRspSegmentPhysAddrs back to u32 as in OOT. These get the straight return value of PHYSICAL_TO_VIRTUAL, so they are u32.
2020-06-04 23:07:09 -04:00
Kenix3 664182c289 Fixes known undefined behaviour from DmaMgr and Lib_Ptr taking u32 rather than void* 2020-06-04 21:41:44 -04:00
Kenix3 dfbcac539e All z_scene functions now OK 2020-06-04 20:41:16 -04:00
Kenix 6046720adc Allows make process to identify bin utils prefix (from OOT makefile) 2020-05-12 17:08:58 -04:00
MMDecompandM4xw 730b1ae46b Add helper script to generate mips2c C-Context
- This script is based on it's OoT decomp variant
2020-05-04 22:51:31 +02:00
MMDecompandM4xw 8e8d99e6fd Improve Drag & Drop support for IDO Tools
- Add optional default for QEMU_IRIX to Makefile
- Add tools/qemu-mips to .gitignore
-  `make clean` should not fail if rom.z64 doesnt exist
2020-05-04 22:51:31 +02:00
rozlette f9149c93a9 Merge branch 'master' of https://github.com/zeldaret/mm 2020-05-01 16:50:01 -05:00
rozlette df921ce024 Automatically find and create src directories when building 2020-05-01 16:49:27 -05:00
rozlette a5eed624ed Add ZAP2 module 2020-05-01 16:48:21 -05:00