Commit Graph

2147 Commits

Author SHA1 Message Date
KEKW555 cd2b8d4b53
Remove fakematch for KinstoneMenu_080A4494 using DWORD (#694)
* Remove fakematch for KinstoneMenu_080A4494 using DWORD

* Fix fint
2024-02-16 21:34:02 -08:00
KEKW555 8170c03e7e
Use standard union for Div Mod (#693)
* Cleanup ui.c div and mod

* Cleanup divRem in pauseMenu.c

* Add non matchings

* Consistent defines

* Restore comment
2024-02-16 21:33:38 -08:00
Lemeon 1a3f9e05d3
Patch 1 (#692)
* True Match sub_080A5F48

matched sub_080A5F48 using typecast on Div.

* True Match DrawChargeBar

Matched DrawChargeBar using typecast on Div

* Update ui.c

changed gUnk_0200AF00 to gHUD.
this change is not yet in the repo, which the nonmatch website uses

* Update ui.c

changes to how my code looks

* Update ui.c

;

* Update pauseMenu.c

* Update ui.c

* Update ui.c

whitespace...

* Update pauseMenu.c

fighting with the lint system

* Update ui.c

that should be the right format now
2024-01-21 13:07:40 -08:00
Theo eaaeb3a617
Merge pull request #688 from KEKW555/KEKW555-patch-2 2024-01-21 00:19:51 -08:00
Tony Jih 9cd0ee4967
Merge branch 'zeldaret:master' into master 2024-01-17 15:06:40 +08:00
octorock 1ecc23d534 Fix format 2024-01-06 18:43:02 +01:00
octorock 560dfa45b1 Add more tilemap documentation 2024-01-06 18:12:53 +01:00
octorock 06dc158598 Rename vvv to actTile 2024-01-06 16:15:34 +01:00
octorock aced0bef69 Rename metaTiles
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
2024-01-06 15:01:44 +01:00
octorock c3b771a209 Merge branch 'master' into tilemap-docs 2024-01-06 12:26:39 +01:00
KEKW555 12f51699d4
True match sub_080784E4 2024-01-03 21:36:51 +05:30
Tony Jih 88338832f9 Bring back shopSpawnData 2024-01-03 16:11:40 +08:00
Tony Jih 3019a26d29 True match GoronMerchantShopManager_Main 2024-01-02 22:30:26 +08:00
theo3 f5c6178ed4 gustjar player fields 2024-01-01 13:07:43 -08:00
theo3 5324928f44 npc5 document 2024-01-01 12:12:05 -08:00
theo3 dcc596ed87 define collisions 2023-12-31 21:26:12 -08:00
Theo 48fdf9d827
Merge pull request #684 from notyourav/tiles
Tiles documentation
2023-12-31 17:36:15 -08:00
theo3 37ac9cb0fb document tile asm functions 2023-12-31 17:34:02 -08:00
KEKW555 72c27b5393
True match sub_08068578 (#683) 2023-12-31 15:13:39 -08:00
Elmyr de Hory b199773a12 True match sub_0806252C
Co-authored-by: KEKW555 <152369890+KEKW555@users.noreply.github.com>
2023-12-31 00:59:14 -08:00
theo3 5049daabc5 label contact flags 2023-12-30 21:07:06 -08:00
theo3 201955ea05 create enemy struct and enemy flags 2023-12-30 20:05:32 -08:00
theo3 11bccad6bc merge upstream 2023-12-30 17:25:11 -08:00
theo3 fb9f59fbbb label BounceUpdate asm 2023-12-30 17:13:42 -08:00
octorock 109b1020dc Merge branch 'master' into tilemap-docs 2023-12-31 02:12:41 +01:00
octorock 8b69eadaef Fix format 2023-12-30 22:48:48 +01:00
octorock 917ca10ba5 Merge branch 'master' into enemies 2023-12-30 22:18:38 +01:00
octorock a818f1b704 Use new entity struct for player 2023-12-30 22:09:30 +01:00
octorock 5676cb7890 Use new entity structs in a few more files 2023-12-30 18:42:30 +01:00
octorock 3b87c04162 Invert NENT_DEPRECATED define
To define ENT_DEPRECATED in files that still need the old entity structs.
2023-12-30 18:30:00 +01:00
octorock 33473d1d5b Create new entity structs for enemies 2023-12-30 18:12:05 +01:00
Theo 3c0c1ba5a0
Merge pull request #678 from notyourav/f
document RoomVars struct
2023-12-29 21:48:35 -08:00
theo3 37723f5607 document RoomVars struct 2023-12-29 21:42:55 -08:00
Theo 3359557489
Merge pull request #677 from tonyjih/match_sub_0802C334
True match sub_0802C334
2023-12-29 21:41:10 -08:00
octorock 242336c385 Merge branch 'master' into enemies 2023-12-29 23:07:22 +01:00
octorock 870c08fad6 Merge branch 'master' into enemies 2023-12-29 23:04:14 +01:00
octorock c63a86fbca Create some enemy structs 2023-12-29 22:56:38 +01:00
octorock b28f865051 Create new entity structs for Player Items 2023-12-29 22:56:38 +01:00
Tony Jih 44072497ea True match sub_0802C334 2023-12-29 18:46:46 +08:00
theo3 72509b18a0 label some asm functions 2023-12-29 00:59:43 -08:00
theo3 d07c416641 message definitions 2023-12-28 21:58:54 -08:00
theo3 a030120a0c clean up linkAnimation.c 2023-12-28 19:05:06 -08:00
theo3 7c1c612c9b fix fakematch in LinkHoldingItem_Action3 2023-12-28 17:54:39 -08:00
octorock 957da774e4 Merge branch 'master' into tilemap-docs 2023-12-28 15:07:11 +01:00
octorock 768efa50b3 Merge branch 'master' into tilemap-docs 2023-12-28 14:59:23 +01:00
KEKW555 2816176661
Remove sub_0809CBE4 fake match 2023-12-28 09:50:15 +05:30
Theo 5fb324d54a
Merge pull request #670 from tonyjih/match_SetEntityObjPalette
True match SetEntityObjPalette (Nothing need to be done actually...)
2023-12-27 11:12:07 -08:00
Tony Jih 30e313fa09
True match sub_08080278 (#669)
* True match sub_08080278

co-worked with KEKW555

* Fix warning
2023-12-27 11:11:32 -08:00
Tony Jih 1f22050f25 True match SetEntityObjPalette (Nothing need to be done actually...) 2023-12-27 17:14:44 +08:00
Tony Jih dae4c66991
True match Object70_Action1 (#668) 2023-12-26 13:51:42 -08:00