Commit Graph

  • 36440e1869 deploy: 5ab63f00e5 gh-pages Henny022p 2026-02-08 17:33:27 +00:00
  • 5ab63f00e5 Merge pull request #701 from Henny022p/cleanup/250302 master Henny022p 2026-02-08 18:32:38 +01:00
  • 73901a0a01 Merge pull request #700 from Henny022p/fix/libfmt-g++14 Henny022p 2026-02-08 17:51:50 +01:00
  • 133d0f99ba Merge pull request #699 from Henny022p/fix-script-s-symbols Henny022p 2026-02-08 17:28:02 +01:00
  • b09c069c1a Merge pull request #697 from Henny022p/peahat-delta-speed Henny022p 2026-02-08 16:59:19 +01:00
  • b68b975d6c Merge pull request #696 from Henny022p/devcontainer Henny022p 2026-02-08 16:52:08 +01:00
  • 5b2cafdc89 formatting Henny022p 2025-03-09 19:12:36 +00:00
  • b5734d09a4 cleanup Henny022p 2025-03-09 16:56:10 +00:00
  • 6c71c8f559 cleanup unused and transitive includes Henny022p 2025-03-09 15:24:57 +00:00
  • 4c88a43f42 disable PACKED and ALIGNED in CLion Henny022p 2025-03-09 14:32:04 +00:00
  • deacc6e95e cleanup asm.h Henny022p 2025-03-09 14:26:33 +00:00
  • 0d58d2c5d7 use gfx offset constants Henny022p 2025-03-09 13:59:29 +00:00
  • 46506530fc cleanup structures.h Henny022p 2025-03-09 12:01:00 +00:00
  • 3b9b1a388b cleanup headers Henny022p 2025-03-05 17:09:01 +00:00
  • d602b93c8d name transition handler functions Henny022p 2025-03-05 16:28:18 +00:00
  • 96a3e64280 cleanup graphics code Henny022p 2025-03-05 14:00:09 +00:00
  • 22c5e38729 improve hole manager member names Henny022p 2025-03-05 13:06:39 +00:00
  • e3022b8b03 cleanup hole manager Henny022p 2025-03-04 21:00:25 +00:00
  • b19f86852b more transition function cleanup Henny022p 2025-03-03 16:15:20 +00:00
  • b5eab6fc2b add enum for transition shape Henny022p 2025-03-03 15:39:15 +00:00
  • e62e1d01cd clean up some transition functions Henny022p 2025-03-03 14:01:31 +00:00
  • e1f889e3cb replace ScreenTransitionData with Transition Henny022p 2025-03-03 13:27:44 +00:00
  • 58c948b8c4 name flag fields in structs Henny022p 2025-03-02 17:36:29 +00:00
  • cb1f00c8df "fix" false positive null pointer dereference warning Henny022p 2025-03-03 10:49:24 +00:00
  • 05ddbd6353 bump libfmt to 11.0.2 to fix compiler warnings with g++ 14 Henny022p 2025-03-03 10:48:54 +00:00
  • 07655286a6 fix function symbols in script.s Henny022p 2025-03-02 16:19:35 +00:00
  • 4aac8d88d2 confirm apt upgrade command Henny022p 2025-03-02 16:43:53 +01:00
  • 9ac014c5b0 use RUN instead of ADD to get agbcc Henny022p 2025-03-02 16:28:09 +01:00
  • f3365f1e2e document unknown members of Peahat Henny022p 2025-01-12 02:07:19 +00:00
  • ca873e6b7f rename gUnk_020000B0 to gEnemyTarget and move it to a header Henny022p 2025-01-12 01:46:48 +00:00
  • b833926d9b add ssh-client to the devcontainer to allow git over ssh Henny022p 2025-01-12 02:17:42 +00:00
  • 40f67283ef add git to devcontainer Henny022p 2025-01-08 02:38:41 +01:00
  • cc06c58fb4 add basic devcontainer setup Henny022p 2025-01-07 22:55:58 +01:00
  • 121b8c3e46 introduce AGBCC_PATH config variable Henny022p 2025-01-07 22:55:46 +01:00
  • cd2b8d4b53 Remove fakematch for KinstoneMenu_080A4494 using DWORD (#694) KEKW555 2024-02-17 11:04:02 +05:30
  • 8170c03e7e Use standard union for Div Mod (#693) KEKW555 2024-02-17 11:03:38 +05:30
  • 1a3f9e05d3 Patch 1 (#692) Lemeon 2024-01-21 22:07:40 +01:00
  • d8a9e54fa9 Merge pull request #689 from KEKW555/KEKW555-patch-3 Theo 2024-01-21 00:50:07 -08:00
  • eaaeb3a617 Merge pull request #688 from KEKW555/KEKW555-patch-2 Theo 2024-01-21 00:19:51 -08:00
  • a804fd336f Merge pull request #687 from tonyjih/master Theo 2024-01-21 00:15:09 -08:00
  • 9cd0ee4967 Merge branch 'zeldaret:master' into master Tony Jih 2024-01-17 15:06:40 +08:00
  • b429a7b66f Merge pull request #691 from octorock/fix-custom-build Theo 2024-01-13 10:39:54 -08:00
  • e608f4f5ac Fix custom build octorock 2024-01-13 11:49:33 +01:00
  • 320d4465f5 Merge pull request #690 from octorock/tilemap-docs Theo 2024-01-12 08:05:55 -08:00
  • d7c02737e9 Move function casts to typedef KEKW555 2024-01-07 00:01:13 +05:30
  • 973257b758 Move function cast typedef KEKW555 2024-01-06 23:56:41 +05:30
  • cbebaa74a9 Macro for Div and Mod KEKW555 2024-01-06 23:55:01 +05:30
  • f7576ba1d0 Make union consistent with other split union types. KEKW555 2024-01-06 23:43:08 +05:30
  • 99ef905ac3 Add specific multi return macro for GetFuserId function KEKW555 2024-01-06 23:41:35 +05:30
  • ff469a54cf Remove generic macro for argument list safety KEKW555 2024-01-06 23:21:04 +05:30
  • 1ecc23d534 Fix format octorock 2024-01-06 18:22:00 +01:00
  • 560dfa45b1 Add more tilemap documentation octorock 2024-01-06 18:12:53 +01:00
  • 06dc158598 Rename vvv to actTile octorock 2024-01-06 16:14:12 +01:00
  • aced0bef69 Rename metaTiles octorock 2024-01-06 14:59:48 +01:00
  • c3b771a209 Merge branch 'master' into tilemap-docs octorock 2024-01-06 12:26:39 +01:00
  • 743f3f3080 Add Multi return syntatic sugar KEKW555 2024-01-05 17:57:16 +05:30
  • 12f51699d4 True match sub_080784E4 KEKW555 2024-01-03 21:36:51 +05:30
  • 88338832f9 Bring back shopSpawnData Tony Jih 2024-01-03 16:11:40 +08:00
  • 3019a26d29 True match GoronMerchantShopManager_Main Tony Jih 2024-01-02 22:30:26 +08:00
  • 6fb8b41a8e Merge pull request #686 from notyourav/followtest Theo 2024-01-01 13:10:06 -08:00
  • f5c6178ed4 gustjar player fields theo3 2024-01-01 13:02:57 -08:00
  • 5324928f44 npc5 document theo3 2024-01-01 12:12:05 -08:00
  • 983412cc77 Merge pull request #685 from notyourav/col Theo 2023-12-31 21:28:46 -08:00
  • dcc596ed87 define collisions theo3 2023-12-31 21:24:07 -08:00
  • 48fdf9d827 Merge pull request #684 from notyourav/tiles Theo 2023-12-31 17:36:15 -08:00
  • 37ac9cb0fb document tile asm functions theo3 2023-12-31 17:29:08 -08:00
  • 72c27b5393 True match sub_08068578 (#683) KEKW555 2024-01-01 04:43:39 +05:30
  • 65cbb00669 Merge pull request #682 from Elmyr-de-Hory/sub_0806252C Theo 2023-12-31 14:49:11 -08:00
  • b199773a12 True match sub_0806252C Elmyr de Hory 2023-12-31 00:55:02 -08:00
  • 5049daabc5 label contact flags theo3 2023-12-30 21:07:06 -08:00
  • bd1be092aa Merge pull request #681 from notyourav/em Theo 2023-12-30 20:07:35 -08:00
  • 201955ea05 create enemy struct and enemy flags theo3 2023-12-30 20:05:32 -08:00
  • 3771464496 Merge pull request #680 from notyourav/f Theo 2023-12-30 17:29:51 -08:00
  • 2c7c9ae509 fmt theo3 2023-12-30 17:26:46 -08:00
  • 11bccad6bc merge upstream theo3 2023-12-30 17:25:11 -08:00
  • fb9f59fbbb label BounceUpdate asm theo3 2023-12-30 17:13:42 -08:00
  • 109b1020dc Merge branch 'master' into tilemap-docs octorock 2023-12-31 02:12:41 +01:00
  • 9c87bcca8e Merge pull request #679 from octorock/enemies Theo 2023-12-30 14:35:18 -08:00
  • 8b69eadaef Fix format octorock 2023-12-30 22:48:48 +01:00
  • 917ca10ba5 Merge branch 'master' into enemies octorock 2023-12-30 22:18:38 +01:00
  • a818f1b704 Use new entity struct for player octorock 2023-12-30 22:08:56 +01:00
  • 5676cb7890 Use new entity structs in a few more files octorock 2023-12-30 18:42:30 +01:00
  • 3b87c04162 Invert NENT_DEPRECATED define octorock 2023-12-30 18:26:19 +01:00
  • 33473d1d5b Create new entity structs for enemies octorock 2023-12-30 18:12:05 +01:00
  • 3c0c1ba5a0 Merge pull request #678 from notyourav/f Theo 2023-12-29 21:48:35 -08:00
  • 37723f5607 document RoomVars struct theo3 2023-12-29 21:42:55 -08:00
  • 3359557489 Merge pull request #677 from tonyjih/match_sub_0802C334 Theo 2023-12-29 21:41:10 -08:00
  • 242336c385 Merge branch 'master' into enemies octorock 2023-12-29 23:07:22 +01:00
  • 870c08fad6 Merge branch 'master' into enemies octorock 2023-12-29 23:04:14 +01:00
  • c63a86fbca Create some enemy structs octorock 2023-07-30 23:56:42 +02:00
  • b28f865051 Create new entity structs for Player Items octorock 2023-07-30 23:51:54 +02:00
  • 44072497ea True match sub_0802C334 Tony Jih 2023-12-29 18:46:46 +08:00
  • c2f081600b Merge pull request #676 from notyourav/v Theo 2023-12-29 01:01:37 -08:00
  • 72509b18a0 label some asm functions theo3 2023-12-29 00:56:36 -08:00
  • d07c416641 message definitions theo3 2023-12-28 21:58:54 -08:00
  • 56688ac226 Merge pull request #675 from notyourav/d Theo 2023-12-28 19:09:44 -08:00
  • a030120a0c clean up linkAnimation.c theo3 2023-12-28 19:05:06 -08:00
  • d6b425f340 Merge pull request #674 from notyourav/b Theo 2023-12-28 17:56:30 -08:00
  • 7c1c612c9b fix fakematch in LinkHoldingItem_Action3 theo3 2023-12-28 17:48:05 -08:00
  • b32553e490 Merge pull request #672 from notyourav/char_fi Theo 2023-12-28 16:08:45 -08:00