Commit Graph

629 Commits

Author SHA1 Message Date
octorock 05b2edad40 Add notes to script.c 2021-03-06 14:53:26 +01:00
octorock ba841c7504 Extract constant data for ezloCap 2021-03-04 00:34:09 +01:00
Henny022p 7a77734ad6 fixed some argument types 2021-03-02 23:18:16 +01:00
Henny022p de4428799e naming and documenting stuff 2021-03-02 22:24:16 +01:00
Henny022p dcc674f55f naming and documenting stuff 2021-03-02 21:47:19 +01:00
Henny022p 72f41cb594 naming and documenting stuff 2021-03-02 19:55:34 +01:00
Henny022p a45fa3f13d extracted gUnk_0811E4BC from baserom 2021-03-02 18:22:43 +01:00
Henny022p 8d22d46bc7 matched sub_0807D008 2021-03-02 17:18:59 +01:00
Henny022p a4d76a1c87 use void* for data pointers 2021-03-02 16:17:07 +01:00
Henny022p 83ca45d630 matched data read, write and compare functions 2021-03-02 16:11:31 +01:00
Henny022p debbe46aec merge PR 4 2021-03-02 10:35:40 +01:00
Henny022p 5622334825 eeprom function return type is u16 2021-03-01 23:20:59 +01:00
Henny022p f3ce8b077e const input pointers 2021-03-01 23:05:50 +01:00
Henny022p 4071863bee renamed source file to eeprom.c 2021-03-01 22:45:26 +01:00
theo3 72dbd29bb9 Update EntityData struct 2021-02-28 23:11:11 -08:00
theo3 d9f7ad89ad resolve sfx calls 2021-02-28 20:56:06 -08:00
theo3 721c7ede10 fix bg structs 2021-02-28 18:48:00 -08:00
theo3 e3ee1058bb create object enum and update entity type struct 2021-02-28 17:04:49 -08:00
theo3 0aa3c18d08 more symbols 2021-02-28 15:07:06 -08:00
Henny022p 1810f771e5 gave names to functions and magic values 2021-02-27 00:48:36 +01:00
theo3 14cdc506c4 Merge remote-tracking branch 'upstream/master' into proxy_naming 2021-02-26 14:55:35 -08:00
theo3 cca3f69d18 tmp 2021-02-26 14:48:30 -08:00
octorock 94b4a2b99a decompile much of ezloCap.s 2021-02-24 23:36:22 +01:00
theo3 31f324e3a7 clang-format pass and workflow 2021-02-19 15:11:40 -08:00
theo3 112e97abc8 wip2 2021-02-19 15:01:30 -08:00
notyourav ab3e488126
Merge pull request #119 from Henny022p/master
Decompiled code_0807CC3C
2021-02-19 01:58:05 -08:00
Henny022p b2a0693166 moved script related functions from functions.h to script.h 2021-02-19 10:33:19 +01:00
theo3 ce06f7dbb7 begin arm_proxy.c 2021-02-19 00:47:22 -08:00
Henny022p 126feb121f improved signature of StartPlayerScript 2021-02-19 06:33:34 +01:00
Henny022p aaea9b89f6 improved signature of StartCutscene 2021-02-19 06:31:07 +01:00
Henny022p cd921a5c46
Merge pull request #1 from zeldaret/master
get latest changes
2021-02-19 05:53:16 +01:00
Henny022p 2fda11f20c use proper function pointer in sub_0807DDAC 2021-02-19 05:43:57 +01:00
Henny022p b404b02bc2 cleaned some usage of ExecuteScriptCommandSet 2021-02-19 05:32:39 +01:00
Henny022p f475bd9fa0 nonmatch sub_0807CF88 2021-02-18 17:58:42 +01:00
theo3 f53140b2e9 extract manager table 2021-02-16 16:34:02 -08:00
theo3 dda6a4d61a Merge remote-tracking branch 'upstream/master' into fix-default 2021-02-16 13:59:52 -08:00
theo3 58ae4eb3cb clean up, move files to game.c 2021-02-16 13:59:06 -08:00
Henny022p 7faadfd522 nonmatch sub_0807D20C 2021-02-16 18:02:17 +01:00
Henny022p c44695a6dd removed unused import that would cause a cycle 2021-02-15 09:11:15 +01:00
Henny022p ed943b1e53 change type of gUnk_02034490 2021-02-15 08:59:47 +01:00
theo3 be1598afbb fileScreen.c OK 2021-02-03 17:38:27 -08:00
theo3 32fc754306 document filescreen 2021-02-02 13:58:05 -08:00
theo3 d58f3fbd63 more textbox 2021-01-31 20:33:33 -08:00
theo3 82e6c864bd Merge branch 'upstream/master' into main 2021-01-31 11:24:17 -08:00
theo3 ced13c2c8d finish main.c 2021-01-31 11:23:42 -08:00
Ibot02 468746bf6d manager26.c: moved struct for rom data to header 2021-01-22 00:38:22 +01:00
Ibot02 0dab5bbc99 manager28.c: ok 2021-01-18 16:05:52 +01:00
theo3 b9e07c1202 begin player.c and new nonmatching macro
merge

fix
2021-01-16 16:57:51 -08:00
Ibot02 a14614a1a3 executeScriptCommandSet: Split stuff into headers. 2021-01-15 22:46:43 +01:00
Ibot02 63038b4c6b code_0807DF74.c: ok
ExecuteScriptCommandSet and functions in gUnk_0811E524.
2021-01-15 17:59:29 +01:00
Luis Scheurenbrand 1fedd92141 include guard for createEnemy 2020-12-26 02:27:11 +01:00
Luis Scheurenbrand 8b7d88cac2 fix includes 2020-12-26 02:22:25 +01:00
Ibot02 a4aa5428ca manager1E.c: ok
Also split out rodata

Based on #105 rather than master as they touch the same rodata file
2020-12-12 01:46:22 +01:00
notyourav fb0cc8763e
Merge branch 'master' into documentation 2020-11-23 22:24:25 -08:00
theo3 edbf03101a done 2020-11-23 22:18:34 -08:00
Ibot02 140a473622 gyorgMale.c: ok 2020-11-23 17:17:20 +01:00
theo3 3079c016b4 clang-format and newlines 2020-11-13 23:27:50 -08:00
notyourav 8fd7481395
Merge pull request #99 from Ibot02:manager9
manager9.c: ok
2020-11-12 19:37:14 -08:00
Ibot02 3c280ff75c manager9.c: ok 2020-11-11 12:45:13 +01:00
21aslade d04dc143fb Merge branch 'master' of https://github.com/zeldaret/tmc 2020-11-07 15:22:02 -07:00
notyourav ccbbadcfd7
Merge branch 'master' into manager8 2020-10-15 22:43:19 -07:00
Ibot02 2a9e3022c1 manager8.c: ok 2020-10-08 16:18:55 +02:00
Ibot02 760fcf8a77 manager7.c: ok 2020-10-06 18:15:59 +02:00
Ibot02 9fe906c360 manager5.c: ok 2020-10-06 01:38:52 +02:00
theo3 8e9749a8c8 Merge branch 'master' of https://github.com/zeldaret/tmc 2020-09-28 21:26:20 -07:00
Marcus Huderle 3b78407194 Decompile itemOnGround.c 2020-09-24 19:33:15 -05:00
Behemoth 1a1d35e392 decompile Helmasaur 2020-09-21 17:47:22 +02:00
Behemoth 4a01e1601b decompile spark 2020-09-20 03:20:51 +02:00
Behemoth 00938e5caf decompile bombPeahat 2020-09-19 18:38:23 +02:00
Behemoth 0316bb1426 decompile WallMaster 2020-09-19 01:37:43 +02:00
Behemoth 99605c8504 decompile businessScrub 2020-09-18 18:35:25 +02:00
Behemoth 34d16a7db5 decompile madderpillar 2020-09-18 01:21:13 +02:00
Behemoth 7ecc2caf21 decompile LikeLike and SpearMoblin
remove redundant function definitions
2020-09-18 01:21:13 +02:00
notyouraveragehooman f978830135
Merge pull request #87 from notyouraveragehooman/pr
hiddenLadderDown.c, started bird.c
2020-09-15 19:27:38 -07:00
theo3 76483d30c3 start bird.c 2020-09-15 19:22:47 -07:00
notyouraveragehooman 0cdc958fb4
Merge pull request #86 from Ibot02:button
button.c: ok
2020-09-13 14:41:46 -07:00
Ibot02 bff75ad660 button.c: ok
One non-matching for regalloc (probably caused by wrong types tbh)
2020-09-11 14:02:02 +02:00
Behemoth 17a0f00ddf decompile pesto 2020-09-04 18:04:04 +02:00
Behemoth a56b6a2041 decompile moldworm 2020-09-03 18:57:40 +02:00
Behemoth 269d8970f3 remove nonsense direction modifier macro 2020-09-01 23:02:48 +02:00
Behemoth 723d233967 Enque -> Enqueue 2020-09-01 01:47:04 +02:00
Behemoth 0a2c0ad456 embrace direction macros 2020-09-01 01:21:50 +02:00
Behemoth 662e221f89 label a bunch of stuff 2020-09-01 00:58:36 +02:00
theo3 b05c0e2205 bigVortex.c OK 2020-08-31 15:07:36 -07:00
theo3 c7f68576ba Merge remote-tracking branch 'upstream/master' 2020-08-29 18:01:00 -07:00
notyouraveragehooman d1044e19fc
Merge pull request #81 from Ibot02:manager30
manager30.c: ok
2020-08-29 17:56:03 -07:00
Behemoth b952c82b59 decompile RockChuchu 2020-08-29 20:04:31 +02:00
Behemoth 6b8692d14f decompile doorMimic 2020-08-29 18:01:35 +02:00
Ibot02 46dc6bb37e manager30.c: ok
Used for tile puzzles
2020-08-29 13:11:36 +02:00
Behemoth 5ce1629a81 decompile beetle 2020-08-29 04:14:13 +02:00
Behemoth 4a61e8727f decompile darkNut 2020-08-29 01:05:12 +02:00
Behemoth 224b89f6a2 agbcc memes 2020-08-28 14:59:49 +02:00
Behemoth e9f980bef5 decompile rollobite 2020-08-28 05:26:41 +02:00
Behemoth ba047d6a43 add octorok rodata 2020-08-28 03:47:59 +02:00
Behemoth 19c8711b4b decompile chuchu 2020-08-26 21:43:48 +02:00
Behemoth b174637d18 - label effect functions
- combine object creation function
2020-08-26 02:21:46 +02:00
theo3 f32dfa1585 Merge remote-tracking branch 'upstream/master' 2020-08-24 21:11:39 -07:00
Ibot02 44a35def00 manager15.c: ok
one non-matching for regalloc
2020-08-25 04:20:02 +02:00
Behemoth 73497fd8c2 - decompile slime and fireball guy
- continue percy decompile
- move entity function definitions to entity header
2020-08-24 18:39:40 +02:00
21aslade bc0a593f97 Merge branch 'master' of https://github.com/zeldaret/tmc 2020-08-23 13:24:39 -06:00
theo3 1b68e97d33 start enemy4D.c 2020-08-22 16:40:14 -07:00
Behemoth eaabe77cdc correct dialog struct 2020-08-22 14:53:10 +02:00
Behemoth 7af023e11f finish decompile townMinish 2020-08-22 14:53:10 +02:00
notyouraveragehooman 8ab5503804
Merge pull request #69 from Ibot02:sub_0804E3C4
sub_0804E3C4 matching
2020-08-21 20:17:26 -07:00
Ibot02 bcfae17450 Manager3.c: ok 2020-08-21 19:02:28 +02:00
Ibot02 52d44007f0 sub_0804E3C4 matching
This is the function to load the fight for Simon's simulation.
2020-08-21 12:09:44 +02:00
Ibot02 f7b1a516dd Refactor
Manager Struct Split to not include structure of manager-specific data
Changed some function signatures to work with managers
2020-08-21 02:58:38 +02:00
theo3 4f2f69ceb4 func renaming 2020-08-20 02:21:23 -07:00
theo3 78f629ecc3 entity.c refactoring and function naming 2020-08-19 18:57:17 -07:00
theo3 6b51df9908 Merge remote-tracking branch 'upstream/master' 2020-08-17 21:40:24 -07:00
notyouraveragehooman 81bdc81ccf
Merge pull request #62 from huderlem:choose-file
Decompile more chooseFile.c
2020-08-17 21:37:07 -07:00
notyouraveragehooman 09ba058295
Merge pull request #61 from HookedBehemoth:acroBandits
Decompile Acro-Bandits
2020-08-17 21:34:48 -07:00
Marcus Huderle eed9d1fe6b Decompile more chooseFile.c 2020-08-17 18:55:37 -05:00
Behemoth debf6b2095 Decompile Acro-Bandits 2020-08-18 01:43:09 +02:00
Ibot02 8186e1ed0d managerE.c: ok 2020-08-17 18:34:03 +02:00
Ibot02 cfaba92b84 manager4.c: ok
except that one function I gave up on, maybe someone else has an idea on how to make that work.
2020-08-17 14:00:36 +02:00
theo3 fc71c983d0 split unrelated code 2020-08-16 18:18:55 -07:00
theo3 793350e551 tektite.c OK 2020-08-16 17:32:21 -07:00
theo3 f2aeda134d tektiteGolden.c OK 2020-08-16 15:39:30 -07:00
Marcus Huderle 2e78289112 Start decompiling chooseFile.c 2020-08-16 14:57:09 -05:00
theo3 f0e63c2a10 greatFairy.c finished 2020-08-15 16:27:27 -07:00
theo3 2a7a92cf54 Merge remote-tracking branch 'upstream/master' 2020-08-15 14:19:22 -07:00
Marcus Huderle 1a6dc8f838 Merge remote-tracking branch 'upstream/master' into docs 2020-08-15 16:12:22 -05:00
Marcus Huderle c01a1898c8 Combine LCD bg structs 2020-08-15 15:13:20 -05:00
Marcus Huderle f782111cba Remove errant field in LcdControls struct 2020-08-15 14:50:46 -05:00
theo3 f08b8a7865 objectA.c OK 2020-08-15 12:34:09 -07:00
theo3 c32fcaca51 lilypadSmall.c OK 2020-08-15 11:18:00 -07:00
Marcus Huderle bb76c4d0de Document intro sequence code 2020-08-15 11:03:41 -05:00
Marcus Huderle 76aa792c35 Rename gFadeControl 2020-08-12 20:12:47 -05:00
Marcus Huderle 4c0217a782 Decompile graphics group loading function 2020-08-12 19:55:11 -05:00
Marcus Huderle 37d1781f51 Decompile more intro code and palette loading code 2020-08-11 20:27:29 -05:00
Marcus Huderle 546c69ed58 Document main screen handlers 2020-08-10 19:19:49 -05:00
notyouraveragehooman 2bd083c933
Merge branch 'master' into pot 2020-08-09 16:24:35 -07:00
theo3 4a4ac6fc91 fixes 2020-08-09 16:23:03 -07:00
notyouraveragehooman 149ae2e2d2
Merge branch 'master' into master 2020-08-09 16:20:59 -07:00
Marcus Huderle 2ae15a04f7 Finish decompiling src/object/pot.c 2020-08-09 17:27:28 -05:00
Ibot02 0934bc5301 Merge branch 'master' of github.com:zeldaret/tmc 2020-08-09 12:17:09 +02:00
Ibot02 a609afcf83 managerA.c ok 2020-08-09 12:13:02 +02:00
theo3 6e9908b9c9 ezloReminder.c 2020-08-09 03:12:45 -07:00
theo3 72118a5ce9 resolve conflicts with master 2020-08-08 15:08:42 -07:00
theo3 ac67812a25 renamed all occurences of "link" to "player" 2020-08-08 14:59:11 -07:00
Marcus Huderle 6a68cca275 Start decompiling pot.c 2020-08-08 16:53:27 -05:00
theo3 001bf63c61 initializeLink.c OK 2020-08-08 13:59:05 -07:00
Ibot02 b3dc734ad8 partial managerA.c ok
first three functions decomped
2020-08-08 17:01:13 +02:00
notyouraveragehooman 10819392f7
Merge pull request #44 from Ibot02:master
manager6.c OK
2020-08-07 22:30:56 -07:00
Ibot02 6bf6cc2d6a Added manager.h
Moved the unknown struct from manager6.c to new header manager.h
2020-08-08 02:57:52 +02:00
Behemoth 6202efdfa1 Merge branch 'master' of github.com:zeldaret/tmc 2020-08-06 21:00:58 +02:00
Behemoth 6250d7ce72 more entity stuff 2020-08-06 21:00:49 +02:00
theo3 c73ef05b3d Merge remote-tracking branch 'upstream/master' 2020-08-05 20:57:23 -07:00
theo3 83e6edf470 wisp.c OK 2020-08-05 20:47:10 -07:00
Marcus Huderle 6b09adf8d4 Decompile some more of mainLoop.c 2020-08-05 17:47:06 -05:00
Marcus Huderle acdc85a61d Match MainLoop() 2020-08-05 17:47:00 -05:00
Marcus Huderle 1cbdcf5a36 Finish decompiling object49.c 2020-08-05 17:46:53 -05:00
theo3 1db148cd09 Merge remote-tracking branch 'upstream/master' 2020-08-05 00:21:27 -07:00
theo3 9705996f78 rescinded entity changes, other fixes 2020-08-05 00:19:44 -07:00
theo3 6824834142 struct_02002A40 -> structures.h 2020-08-04 23:55:39 -07:00
Marcus Huderle a155f25720 Decompile houseDoorExterior.c 2020-08-04 19:46:20 -05:00
theo3 2575c0a63d Merge remote-tracking branch 'upstream/master' 2020-08-04 17:18:59 -07:00
theo3 261ec334a0 def ScreenTransition 2020-08-04 17:10:55 -07:00
Marcus Huderle c74456f175 Decompile oject48.c 2020-08-03 20:42:47 -05:00
theo3 b4a34e01bf object2A.c ok 2020-08-03 12:15:05 -07:00
theo3 0d39bb7f11 goronMerchant.c 2020-07-24 14:18:58 -07:00
theo3 2d286c0b34 rupeeLike.c OK 2020-07-23 22:48:16 -07:00
theo3 f4320b6fcd Menu struct fixed for good this time 2020-07-22 23:35:26 -07:00
theo3 e0cfbb15a5 relocate SplitWord, SplitHWord to global.h 2020-07-22 23:06:28 -07:00
theo3 67da19b92c structures.h 2020-07-22 23:05:12 -07:00
theo3 cb24f8f9b1 room.c named rest of flags 2020-07-22 01:13:59 -07:00
theo3 c650e7fcb2 jp title screen ok 2020-07-22 00:57:06 -07:00
theo3 341ec8cdf6 fix menu.h offsets 2020-07-21 23:16:12 -07:00
theo3 2555185721 menu main func OK 2020-07-21 23:02:19 -07:00
theo3 1cc241a75a room.c decompiled 2020-07-21 14:00:42 -07:00
theo3 58e70886ed room.c work 2020-07-21 01:43:36 -07:00
theo3 a4a0193480 room.c 2020-07-18 22:53:42 -07:00
theo3 c084cfbae2 updated flag func calls 2020-07-18 16:03:20 -07:00
theo3 cce6a23fbb flag enum 2020-07-18 15:53:48 -07:00
theo3 cf132572ac room entity funcs partially decomped 2020-07-18 01:06:00 -07:00
theo3 6328c148d2 loadRoom.c 2020-07-17 19:00:04 -07:00
theo3 29fd48cc22 item.c 2020-07-16 21:03:49 -07:00
theo3 0f07e1ab9b code_0804AA84.c 2020-07-16 12:50:59 -07:00
theo3 18069fcd80 menu def 2020-07-16 02:57:14 -07:00
theo3 92146289ad dmaZero.c 2020-07-16 00:57:45 -07:00
theo3 75223bab24 entity->spriteTileSize, entity->spriteIndex 2020-07-15 20:49:59 -07:00
chandler b80c5bd468 merge from upstream 2020-07-15 17:32:56 -04:00
chandler c6ff4964e5 one non-matching in beedle 2020-07-15 17:27:31 -04:00
theo3 3fe2c8fc74 functions.h fix 2020-07-15 01:43:50 -07:00
notyouraveragehooman 6b01f03ce6
Merge branch 'master' into master 2020-07-15 01:40:49 -07:00
theo3 4b1bbd23e9 leever.c 1 nonmatching 2020-07-15 01:35:14 -07:00
theo3 882aef9fdc code_08077B98 2020-07-14 22:09:07 -07:00
theo3 fc0727243d LinkState members renamed for conformancy 2020-07-14 16:54:35 -07:00
chandler 3797c700b3 one non-matching in keaton 2020-07-14 18:46:58 -04:00
theo3 73b72d6696 forestMinish.c 1 nonmatching 2020-07-13 01:31:58 -07:00
theo3 6aba97697b gentari.c OK 2020-07-12 22:58:48 -07:00
theo3 d429f7f9cb mutoh.c OK 2020-07-12 22:27:28 -07:00
theo3 370c63e21e metalDoor.c OK 2020-07-12 16:28:53 -07:00
theo3 4cffc35604 railtrack.c 2020-07-12 15:54:01 -07:00
theo3 cdeae36d09 smith.c OK 2020-07-11 22:13:00 -07:00
theo3 1bd6c3b5a4 entity.spriteOrder -> entity.spriteRendering 2020-07-09 12:04:14 -07:00
theo3 cd25d3c120 entity.h bitfields 2020-07-09 02:40:55 -07:00
theo3 03a8e052af commented offsets in entity, linkState 2020-07-09 01:39:40 -07:00
theo3 bde7b45adb object86.c OK 2020-07-08 19:45:04 -07:00
theo3 6f08201b71 treeHidingPortal.c 2020-07-07 19:19:42 -07:00
21aslade 10033aabe9 Merge branch 'master' of https://github.com/zeldaret/tmc 2020-07-07 19:26:17 -06:00
21aslade f6f4d25bb9 Partially document lakitu.c
Also ran the newline portion of format.sh and split some data files
2020-07-07 19:24:38 -06:00
theo3 d49be370d4 header clean up 2020-07-07 16:48:16 -07:00
theo3 f9e9fe0141 dampe.c OK 2020-07-07 15:32:27 -07:00
theo3 c5897e647c lightableSwitch OK 2020-07-06 13:56:19 -07:00
21aslade 607c32ac5e lakitu.c OK
Also changed some parts of the entity struct and created trig.h
2020-07-01 12:03:23 -06:00
21aslade 6304bbc3f2 lakituCloud.s OK
Also edited a few names in the entity struct to match usage more.
2020-06-28 22:05:36 -06:00
21aslade 933417209a mineralWaterSource.c OK
Also modified entity.h to include BoundingBox
2020-06-20 21:45:19 -06:00
theo3 e3f0187dcd fixed COORD_TO_TILE 2020-06-19 22:55:03 -07:00
notyouraveragehooman 969241a1d0
Revert "Revert "mask.c OK"" 2020-06-19 22:43:20 -07:00
notyouraveragehooman 9b9fff2f36
Revert "mask.c OK" 2020-06-19 22:41:34 -07:00
notyouraveragehooman ff875f593f
Merge pull request #16 from 21aslade/master
mask.c OK
2020-06-19 22:36:16 -07:00
theo3 82ee1318aa windTribespeople 2020-06-19 19:59:57 -07:00
21aslade d13da4af82 Merge branch 'master' of https://github.com/zeldaret/tmc 2020-06-19 13:34:22 -06:00
21aslade a27bcf72c6 mask.c OK
Not updated to latest changes to header files yet
2020-06-19 13:31:59 -06:00
theo3 cae2706938 thoughtBubble.c OK 2020-06-19 00:35:45 -07:00
theo3 b093824bde entity.h UPDATE 2020-06-18 15:48:30 -07:00
theo3 f8ae0eaef7 entity.h fixup 2020-06-18 03:21:47 -07:00
theo3 32ad8dec4d greatFairy.c polishing 2020-06-18 03:04:57 -07:00
theo3 841a20ca2d main npc funcs named 2020-06-17 21:25:52 -07:00
theo3 0dbd3a87c6 keese.c 2020-06-16 15:04:52 -07:00
theo3 8740036073 npc table 2020-06-16 12:45:07 -07:00
theo3 1e384fe0a3 position.c tentative 2020-06-16 12:06:23 -07:00
theo3 c9ab3b9815 define COORD_TO_TILE 2020-06-16 11:19:52 -07:00
theo3 0105a247b8 windcrest.c, windTribeFlag.c OK 2020-06-16 10:31:22 -07:00
theo3 90a9cd39be flags.c OK 2020-06-16 09:02:57 -07:00
theo3 307c8cfc61 flags.c 2020-06-16 01:07:51 -07:00
theo3 80214ba9ee symbol StartCutscene 2020-06-15 21:49:06 -07:00
theo3 d92be5f9cc begin rem 2020-06-15 21:19:18 -07:00
theo3 ebe4a20bf7 entityData.h->room.h 2020-06-15 15:51:45 -07:00
notyouraveragehooman e5f36eecff
Merge pull request #15 from 21aslade:master
Two functions in townMinish.c OK
2020-06-15 15:49:57 -07:00
theo3 8c45cd3f5d Merge branch 'master' of https://github.com/zeldaret/tmc 2020-06-15 15:48:22 -07:00
theo3 7bb61194f4 blade brothers decomped 2020-06-15 15:47:32 -07:00
21aslade 06f2cd289d Two functions in townMinish.c OK
Also created npc.h and format.sh'd various files.
A third function is outlined in townMinish.c, but currently
non-matching.
2020-06-15 16:23:10 -06:00
notyouraveragehooman 5f849940fc
Merge pull request #14 from lemon-sherbet/goron
goron OK
2020-06-15 13:59:46 -07:00
theo3 f3f7b518cb bladeBrothers.c OK 2020-06-15 13:57:09 -07:00
lemon-sherbet 98f6999b3d goron OK 2020-06-15 19:11:52 +02:00
chandler a9ef27fa23 talon OK 2020-06-15 02:39:21 -04:00
theo3 4d8721d19a defined object table 2020-06-14 20:31:22 -07:00
theo3 52f003086a converted enemy ptr table 2020-06-14 18:49:49 -07:00
theo3 f499c38032 function renaming 2020-06-14 10:33:22 -07:00
theo3 9d18ac0dc1 Merge branch 'master' of https://github.com/zeldaret/tmc 2020-06-14 04:50:26 -07:00
theo3 bd307ea8eb bladeBrother.c start 2020-06-14 04:42:46 -07:00
lemon-sherbet 044c9f1d67 add .clang-format file from zeldaret/oot 2020-06-14 11:32:15 +02:00
chandler ffc92f8f4f epona and malon should be resolved now 2020-06-14 03:33:08 -04:00
theo3 f0f3de254f fix functions.h 2020-06-14 00:17:37 -07:00
theo3 dd8cedb4c6 Revert "Merge pull request #9 from gamestabled/malon"
This reverts commit 0c54eb2b4c, reversing
changes made to c312b101da.
2020-06-14 00:08:44 -07:00
notyouraveragehooman 6f2baa47c9
Merge branch 'master' into malon 2020-06-13 23:46:26 -07:00
Theo Hytopoulos c312b101da create functions.h 2020-06-13 23:42:19 -07:00
chandler ce030bc8ac malon OK. made functions.h. fixed typos in format.sh. tidied up epona.c 2020-06-14 01:49:21 -04:00
theo 66fcdf6186 clang-format 2020-06-13 17:02:27 -07:00
notyouraveragehooman 60f1ea5913
Merge pull request #7 from lemon-sherbet/cow_npc
decompile cow
2020-06-13 14:51:17 -07:00
notyouraveragehooman f4d8c90e9d
Merge pull request #6 from gamestabled/zelda
zelda OK
2020-06-13 14:51:06 -07:00
lemon-sherbet 556308d774 finish cow.c, delete cow.s 2020-06-13 13:43:14 +02:00
lemon-sherbet 791738fa5c first 3 functions 2020-06-13 10:59:01 +02:00
chandler 23dfe5affa zelda OK 2020-06-13 02:52:13 -04:00
theo a3be262635 definition streamlining 2020-06-12 21:55:38 -07:00
chandler 14bf24cb8f epona OK 2020-06-12 16:40:07 -04:00
theo fb28b125d4 cloud 2020-06-12 11:22:12 -07:00
theo d8eb7b1df7 Merge branch 'master' of https://github.com/zeldaret/tmc 2020-06-12 02:56:57 -07:00
theo ab1157d869 function renaming 2020-06-12 02:54:00 -07:00
notyouraveragehooman cc4c91682d
Merge pull request #4 from gamestabled/well
Well
2020-06-12 02:53:13 -07:00
chandler a0ff5a93b7 well OK 2020-06-12 04:22:06 -04:00
chandler 38aa328dfd giantLeaf OK 2020-06-12 03:33:18 -04:00
theo 1d305716d5 flag routine identification 2020-06-11 17:58:56 -07:00
theo 6f91fbbdb9 misc function renaming 2020-06-11 02:52:05 -07:00
theo 5ed687df73 great fairy ~70% 2020-06-09 00:20:29 -07:00
theo e4ee89d5a6 updated symbols 2020-06-07 21:34:18 -07:00
theo 2554a7df5a fixed install.md 2020-06-06 13:49:18 -07:00
theo 7afbda2b4d asm splitting 2020-05-28 20:51:59 -07:00
theo 731ce9b7a5 textbox 2020-05-26 23:00:23 -07:00
theo bf919c8006 poggers 2020-05-24 21:34:18 -07:00
theo e0e05b1728 meddled some bits 2020-05-22 03:25:00 -07:00
theo e7470cdedd divide and conquer 2020-05-20 23:36:05 -07:00
theo c0ce9ad010 entity stuff 2020-05-19 01:16:01 -07:00
theo b6b0248051 more refining 2020-05-19 00:27:11 -07:00
theo cfc757cd58 including ommitted files 2020-05-18 16:22:11 -07:00
jiangzhengwenjz 43225434d7 initial commit 2020-03-27 09:41:51 +08:00