Commit Graph

405 Commits

Author SHA1 Message Date
theo3 92240d4314 name remaining entity fields 2022-03-28 20:10:22 -07:00
theo3 755571834d rename coord.h to physics.h 2022-03-28 17:28:17 -07:00
theo3 7c16e8d50a identify all player items 2022-03-28 15:23:06 -07:00
theo3 c0eae31c2c merge 2022-03-28 12:15:15 -07:00
theo3 a9784e96ba identify some functions 2022-03-28 12:06:05 -07:00
Tal Hayon 1147f99f9b Match sub_0802922C 2022-03-28 09:56:31 +03:00
Tal Hayon 9df9e77512 Change --x !=/== 0xff comparisons 2022-03-28 09:07:37 +03:00
theo3 ca139bf558 merge 2022-03-27 00:19:10 -07:00
theo3 5208bfd1aa player asm wip 2022-03-27 00:15:37 -07:00
Elliptic Ellipsis 29ef1953f0 Clean up a couple of bools 2022-03-25 14:24:18 +00:00
Elliptic Ellipsis dbbf77d76a A few more 2022-03-25 13:52:16 +00:00
Elliptic Ellipsis 2d37348cb6 Fix a lot of pointer comparisons to 0 (or nothing) to explicitly use NULL 2022-03-25 05:35:12 +00:00
Elliptic Ellipsis b3a2644b4d Format 2022-03-25 02:36:10 +00:00
Elliptic Ellipsis fa1eb01528 Use COL_ enum 2022-03-25 01:25:02 +00:00
Elliptic Ellipsis 6eea9aace2 Add collision.h and start using its enum 2022-03-24 22:18:39 +00:00
Tal Hayon 92e7aaa89b Put const data in acroBandits + renames 2022-03-24 06:32:01 +02:00
Elliptic Ellipsis 03fcc5a5bb Define in FlyingPot 2022-03-21 05:46:40 +00:00
Elliptic Ellipsis a0f7b73e66 Misc prototype cleanup 2022-03-20 16:57:09 +00:00
Elliptic Ellipsis 7780c76eac Correct type of sub_0806F520 and use it as a bool 2022-03-18 23:16:15 +00:00
notyourav d6c8cf0250 Merge pull request #449 from hatal175/objects4 2022-03-18 10:16:47 -07:00
notyourav 2c9a5be002 Merge pull request #450 from EllipticEllipsis/FlyingPot 2022-03-18 10:12:28 -07:00
Elliptic Ellipsis 8fa48db1f4 Format 2022-03-18 16:47:47 +00:00
Elliptic Ellipsis 755295e6f7 Clean up a couple of comments 2022-03-18 16:44:34 +00:00
Elliptic Ellipsis 4f8933e751 Some documentation 2022-03-18 16:37:57 +00:00
Tal Hayon 105be8ac6e Decompile objectB9 (cuccoMinigame) 2022-03-18 13:40:47 +02:00
theo3 ef470547e0 cleanup 2022-03-17 19:16:43 -07:00
Elliptic Ellipsis 45dd8ebe7e FlyingPotEntity struct 2022-03-18 01:53:45 +00:00
Elliptic Ellipsis 3904407d4c FlyingPot OK 2022-03-18 00:04:33 +00:00
Tal Hayon 857a85b128 Remove several gotos 2022-03-14 01:32:46 +02:00
notyourav a0548a8921 Merge pull request #438 from octorock/octorokBoss
Use new entity struct for octorok boss
2022-03-08 17:36:36 -08:00
octorock 38b21f63fe Decompile most of FrozenOctorok 2022-03-07 21:42:07 +01:00
octorock 61315f2b04 Use new entity struct for octorok boss 2022-03-07 20:59:38 +01:00
octorock 8f678d15ed Use same names for arm functions and their trampolines
To easier jump to the corresponding source code.
2022-03-07 12:29:01 +01:00
notyourav 4e94e1fbc3 Merge pull request #433 from octorock/objectUtils
Decompile rest of objectUtils
2022-03-06 22:36:16 -08:00
notyourav 884b757544 Merge pull request #430 from octorock/layer-struct
Improve LayerStruct
2022-03-06 13:53:40 -08:00
octorock abb0272963 Decompile rest of objectUtils 2022-03-06 00:31:54 +01:00
octorock d6bbbf2db6 Improve LayerStruct 2022-03-05 19:09:49 +01:00
octorock 7215695e13 Decompile some vram 2022-03-05 17:46:57 +01:00
octorock 4d66b468f8 Merge playerUtils
Merge all player utils files, split asm into functions
and decompile a bunch of functions.
2022-03-02 22:33:12 +01:00
octorock 3fddf8f070 Decompile Whirlwind 2022-02-27 13:44:06 +01:00
octorock d37be75c49 Use hitbox header 2022-02-27 13:44:06 +01:00
octorock 7a596ed3a2 Decompile EnemyItem 2022-02-27 13:44:06 +01:00
notyourav b712657613 Merge pull request #404 from octorock/cloudPiranha 2022-02-23 18:37:55 -08:00
octorock 25db5f1b77 Decompile CloudPiranha 2022-02-22 18:39:07 +01:00
octorock df21aa7eb5 Decompile remainder of Enemy4D 2022-02-22 17:56:48 +01:00
notyourav 75a8fd3925 Merge pull request #393 from octorock/objects 2022-02-18 13:47:12 -08:00
notyourav 8f8830fc08 Merge pull request #398 from hatal175/itemsword 2022-02-18 12:31:42 -08:00
octorock 0aebbae239 Decompile BossDoor 2022-02-18 20:48:58 +01:00
octorock 3a27a147ad Decompile ChestSpawner 2022-02-18 20:48:24 +01:00
notyourav c12e01a5e1 Merge pull request #394 from Henny022p/doc-WCR 2022-02-18 11:37:45 -08:00