Zelllll
785011c33c
Decompile En_Dha ( #130 )
...
* Decompile En_Dha
* Removed original reloc data and fixed actor struct
* Update z_en_dha.c
- Removed unnecessary line breaks
- Changed `colliderSphere` to `collider` and `colliderSphereItem` to `colliderItem`
- Removed unnecessary & pointers
- Renamed various functions
* Update z_en_dha.h
Changed collider names
* Fixed all issues with `En_Dha`
* Update src/overlays/actors/ovl_En_Dha/z_en_dha.c
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update src/overlays/actors/ovl_En_Dha/z_en_dha.c
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update src/overlays/actors/ovl_En_Dha/z_en_dha.c
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update src/overlays/actors/ovl_En_Dha/z_en_dha.c
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update src/overlays/actors/ovl_En_Dha/z_en_dha.c
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update src/overlays/actors/ovl_En_Dha/z_en_dha.c
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* All suggested changes applied
* Update z_en_dha.c
Fixed unresolved changes that were marked as resolved. Whoops!
Co-authored-by: Zelllll <elijah@DESKTOP-QDIECM7.localdomain>
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2020-05-18 04:34:34 -04:00
Random
d556999b2b
Decompile remaining z_vis... files ( #131 )
...
* Decompile z_vismono.c / code_800AD920.c
- z_vismono.c: OK
- code_800AD920.c: OK
* Minor fixes in PR #131
2020-05-15 05:02:39 -04:00
fig02
2a7bdc5c28
en_fu OK ( #126 )
...
* 1 function left
* 1 function left
* en_fu OK, still need to document
* en_fu OK
* spec comment
* remove asm files
* clang and final fixes
* fix floormas formatting things
* pr suggestions
* pr suggestions 2
2020-05-13 21:18:45 -04:00
Lucas Shaw
8e7ca2d497
35/37 Functions Decompiled in ovl_En_Heishi2 ( #117 )
...
* started
* did more work
* did some more
* Update
* Merged master
* EnHeishi2_Update OK
* func_80A549E8 OK
* func_80A54954 OK
* EnHeishi2_Draw OK
* Removed unused asm
* func_80A543A0 OK
* func_80A53638 OK. Fixed type of func_8008F08C
* done for rn, will work on it later
* func_80A53850 OK
* func_80A53F30 OK
* func_80A53D0C OK
* Made cylinderInit in En_Ma3 static
* Made suggested changes. Removed return from functions by adding else
* Made suggested changes. Removed a.out file that accidentally got added
* Made suggested changes
* moved #include <vt.h> from header to c file
* fixed formatting
* added line break
* Made suggested changes
* ran format
* Fixed unk_2F2
2020-05-10 19:44:04 -04:00
Lucas Shaw
7d7c851289
ovl_En_Heishi3 OK ( #121 )
...
* almost done with heishi3
* heishi3 ok
* Added function names to heishi3
* EnHeishi3 OK
* Made some suggested changes. Still have questions about others
* Made suggsted changes
* fixed formatting
* fixed formatting
2020-05-10 19:19:27 -04:00
Random
3e5ed389b9
Decompile the remaining Oceff actors + Add ichaindis.py ( #125 )
...
* Decompile the remaining Oceff actors + Add ichaindis.py
- z_oceff_spot.c: OK
- z_oceff_storm.c : 1 non-matching left
- Add ichaindis.py
* Rename SetActionFunc to SetupAction + Add Actor descriptions
* Minor fixes in PR #125
2020-05-10 13:09:26 -04:00
Random
40836f5d82
Decompile z_oceff_wipe ( #122 )
...
* Decompile z_oceff_wipe
- z_oceff_wipe: OK
- z_oceff_wipe2: OK
- z_oceff_wipe3: OK
- z_oceff_wipe4: OK
- Add patched libmalloc to ido 7 to prevent segfaults
- Add CUR_CAM macro
* Rename CUR_CAM to ACTIVE_CAM
* Fixes in PR #122
2020-05-09 16:58:02 -04:00
krimtonz
0ebe904d0c
En_Floormas OK ( #97 )
...
* EnFloorMas wip
* floormaster formatting
* floormaster wip
* ovl_En_Floormas OK
* pr recommendations
* pr updates
2020-05-07 19:18:09 -04:00
zelda2773
8efddb0fe0
Decompiled ovl_Bg_Ddan_Kd ( #110 )
...
* Decompiled ovl_Bg_Ddan_Kd
* ovl_Bg_Ddan_Kd renamed arguments
2020-05-04 14:29:53 -04:00
Ethan Roseman
713de9b942
Decompiled ovl_En_Cow ( #113 )
...
* Beginning the Cow
* Decompiled ovl_En_Cow
* Giving the cow milk
2020-05-04 12:11:37 -04:00
Nathan Faltermeier
a65554d586
Decompile most of ovl_En_Horse_Ganon ( #108 )
...
* Work on horse ganon
* Match destroy, init matches but need mv data -> .c
* Match EnHorseGanon_Draw and func_80A68E14
* Move some data to .c
* Decomp func_80A68870
* EnHorseGanon_Update nearly matches
* func_80A68FA8 and func_80A686A8 match
* Fix EnHorseGanon_Init, start on func_80A68B20
* match func_80A68B20
* Migrate data but something doesn't match
* Matches with migrated data, fix most warnings
* Rename some variables, some clean up
* A little more cleanup before PR
* Move commented out code to NON_MATCHING blocks
* Run formatter and delete unused line, char -> u8
* Update function was matched
Also imports another type from z_skin.Seeing as they are somewhat
tentative I decided not to put them in any global file.
* Update src/overlays/actors/ovl_En_Horse_Ganon/z_en_horse_ganon.c
Co-authored-by: Random <28494085+Random06457@users.noreply.github.com>
* PR Changes
* Apply suggestions from code review
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* PR Changes round 2
Co-authored-by: Random <28494085+Random06457@users.noreply.github.com>
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2020-05-04 11:43:04 -04:00
Roman971
e36015837b
Rename effects ss C files to z_eff_ss_* instead of z_effect_ss_* ( #109 )
...
Just rectifying effect files to their correct original names, which was planned for a while.
2020-05-02 00:05:44 -04:00
Ethan Roseman
363d5d4194
Decompiled ovl_En_Ma2 ( #93 )
...
* first steps
* some more
* fixing merge
* more progress
* progs
* Decompiled ovl_En_Ma1
* newline
* Pr suggestion
* 2 to go
* Makefile machinery work
* Updating Jenkinsfile
* Initial setup for OSX repo support
* Adding ido7 to repo
* Makefile reversion
* Iniital Dockerfile
* iconv fix
* Docker stuff
* Dun
* Fixing stuff
* Updating Dockerfile
* Update README-OSX.md
* Restore functions.h
* Formatting
* Defining some funcs
* Renaming funcs
* Removing unnecessary README-OSX
* Addressing PR comments
2020-05-01 06:08:39 -04:00
Ethan Roseman
d58983494c
Decompiled ovl_En_Ma1 ( #83 )
...
* first steps
* some more
* fixing merge
* more progress
* progs
* Decompiled ovl_En_Ma1
* newline
* Pr suggestion
* Fixing some small things
* Update src/overlays/actors/ovl_En_Ma1/z_en_ma1.c
Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
* Removing padding
* Fixing script
* Fixing some things
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2020-04-27 01:47:35 -04:00
Roman971
aecf375b84
Fix all RAM pointers in overlays ( #81 )
2020-04-19 11:57:38 -04:00
Ethan Roseman
cb5a604ea7
Decompiled ovl_En_Ru1 ( #72 )
...
* Decompiled ovl_En_Ru1
* Formatting
* Actor/TransitionDrawTable struct fixes
* addressing PR comments
* addressing PR comments (2)
2020-04-18 04:50:41 -04:00
Roman971
262f6c507c
Decompile z_play.c and Match/Document some of z_view.c ( #74 )
...
* Decompile z_play.c and Match/Document some of z_view.c
Also fix the last non matching in z_sample.c and update some game state functions.
* Suggestions from PR #74
* Fix undefined reference to Gameplay_DrawOverlay
* Suggestion from PR #74 (2)
* Fix a fake argument in func_800BC450
2020-04-16 17:36:12 -04:00
Ethan Roseman
f3c945cc82
Decompiled ovl_Bg_Bdan_Objects ( #66 )
...
* Decompiled ovl_Bg_Bdan_Objects
* Update src/overlays/actors/ovl_Bg_Bdan_Objects/z_bg_bdan_objects.c
Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update src/overlays/actors/ovl_Bg_Bdan_Objects/z_bg_bdan_objects.c
Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update src/overlays/actors/ovl_Bg_Bdan_Objects/z_bg_bdan_objects.c
Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
* Header update
* formatting
* Update include/z64.h
Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
* Fixing structs
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2020-04-12 12:04:14 -04:00
chandler
8f9ea21511
cleaned up a bit
2020-04-07 19:42:33 -04:00
chandler
d852f291e4
merged from master
2020-04-07 18:00:34 -04:00
chandler
fa7874137b
matching
2020-04-07 10:57:04 -04:00
chandler
0265ad21c0
merge with upstream
2020-04-06 14:38:23 -04:00
Gamestabled
9a87ce3c04
firewall OK
2020-04-06 03:06:00 -04:00
Gamestabled
a00a8bbaeb
all functions match, now learning how to do data/rodata
2020-04-06 03:05:54 -04:00
Ethan Roseman
546811bba8
Decompiled ovl_Bg_Spot12_Saku
2020-04-04 22:48:30 -04:00
shawlucas
c218f38635
Fixed merge conflict
2020-04-02 09:40:01 -07:00
shawlucas
45ce20a6e0
Decompiled ovl_Bg_Spot05_Soko
2020-04-01 17:28:00 -07:00
zelda2773
eeb31944f8
Merge remote-tracking branch 'upstream/master'
2020-03-30 22:07:42 -04:00
zelda2773
ba49ef6a0e
Decompiled ovl_Obj_Comb
2020-03-30 21:56:36 -04:00
fig02
10c74eb958
Merge pull request #39 from zelda2773/master
...
Decompiled ovl_En_Ds
2020-03-28 02:45:24 -04:00
zelda2773
105ea6c5cd
Decompiled ovl_En_Ds
2020-03-27 10:32:46 -04:00
Ethan Roseman
a4be535164
Merge branch 'master' into ovl_En_Ru2_new
2020-03-25 18:56:09 -04:00
Ethan Roseman
36119f6c65
PR suggestions
2020-03-25 18:39:51 -04:00
KrimtonZ
498d19655b
Merge branch 'master' into skelanime
2020-03-25 10:52:04 -05:00
KrimtonZ
8970968cfc
name SkelAnime_InitLinkAnimetion, name load animation types and callbacks, rename several segement addresses in decompiled actors
2020-03-25 10:51:25 -05:00
Ethan Roseman
7376fe5cad
Decompiled ovl_Bg_Spot12_Gate
2020-03-24 21:42:07 -04:00
KrimtonZ
2b0b6a6c12
readd merge conflicts
2020-03-24 11:57:01 -05:00
Ethan Roseman
b3f865dc58
Merge branch 'master' into ovl_En_Ru2_new
2020-03-24 00:30:09 -04:00
Ethan Roseman
2fcc450890
Merge branch 'master' into ovl_Bg_Spot09_Obj
2020-03-24 00:20:17 -04:00
Roman971
c2b9feb5d3
Merge pull request #27 from ethteck/ovl_Bg_Haka_Megane
...
Decompiled ovl_Bg_Haka_Megane
2020-03-23 23:19:57 +01:00
Ethan Roseman
4ab558d628
Almost done
2020-03-23 17:33:12 -04:00
Lucas Shaw
6a45dcba7f
Fixed merge conflict
2020-03-22 22:57:24 -07:00
Lucas Shaw
8c99bdd00f
ovl_Bg_Zg OK
2020-03-22 22:55:05 -07:00
Ethan Roseman
4c3b764461
Almost done
2020-03-23 01:31:03 -04:00
Ethan Roseman
ab976edca4
Merge branch 'master' into ovl_Bg_Gate_Shutter
2020-03-22 19:21:39 -04:00
Ethan Roseman
80bced5204
Decompiled ovl_Bg_Gate_Shutter
2020-03-22 17:56:08 -04:00
Roman971
51290f6126
Partially format header files
2020-03-22 22:50:15 +01:00
Ethan Roseman
4600faad8b
5 to go
2020-03-22 16:40:08 -04:00
glank
fd7c3c9e56
Responding to PR comments
2020-03-22 18:55:23 +01:00
glank
d7b0ba7c06
Merge branch 'master' into z_en_tk
2020-03-22 18:43:40 +01:00
shawlucas
f581128e6b
Merge branch 'master' of https://github.com/zeldaret/oot into ovl_Bg_toki_swd
2020-03-21 20:38:59 -07:00
fig02
8057d95195
Merge pull request #20 from ethteck/ovl_Demo_Geff
...
Decompiled ovl_Demo_Geff
2020-03-21 21:42:02 -04:00
shawlucas
08b73fe685
fixed merge conflict
2020-03-21 18:14:17 -07:00
Ethan Roseman
c6a7cb2c8e
Beginning
2020-03-21 19:05:38 -04:00
Lucas Shaw
f374ac8d2b
started ovl_bg_toki_swd
2020-03-21 11:54:45 -07:00
glank
fa4c848cad
Merge branch 'master' into z_en_tk
2020-03-21 12:31:29 +01:00
Ethan Roseman
31deeb865b
Merge branch 'master' into ovl_Demo_Geff
2020-03-21 03:16:37 -04:00
fig02
ea075560c8
merge bombiwa
2020-03-20 08:25:26 -04:00
fig02
aa603ca229
merge and change scene thing
2020-03-20 08:17:48 -04:00
fig02
f3b509eb68
en_dog OK
2020-03-20 08:04:35 -04:00
Thar0
ad417f8824
Remove duplicate en_lightbox syms added by merge
2020-03-20 01:04:19 +00:00
Thar0
f263ce0b9c
Merge branch 'master' of https://github.com/zeldaret/oot into ovl_Obj_Bombiwa
2020-03-20 00:52:28 +00:00
Thar0
adbcbb6434
Decompile Obj_Bombiwa
2020-03-20 00:50:20 +00:00
Ethan Roseman
2d00e319fe
Merge branch 'master' into ovl_Demo_Geff
2020-03-19 20:07:08 -04:00
Ethan Roseman
db822f7d0f
More
2020-03-19 20:06:46 -04:00
Roman971
9f434ad733
Merge pull request #12 from Random06457/master
...
Decompiled z_title.c
2020-03-20 01:01:21 +01:00
Random
c931cd5837
Decompiled z_title.c
...
`z_title.c` : matching
2020-03-19 23:29:33 +01:00
glank
86c4472662
ovl_En_Tk OK
2020-03-19 13:01:17 +01:00
Faschz
b0e6f3b698
Decompiled ovl_En_Lightbox
2020-03-18 20:12:13 -05:00
Roman971
85237605e2
Fix and cleanup ovl_En_Tubo_Trap (4/7 matched)
2020-03-18 21:22:00 +01:00
fig02
898a103b78
move en_dog progress from old repo
2020-03-17 04:38:46 -04:00
Jack Walker
087f561f77
First proper commit.
2020-03-17 00:31:30 -04:00