Commit Graph

812 Commits

Author SHA1 Message Date
SammygoodTunes 18af19e0ac Add stdio.h to c libs 2025-04-12 18:04:36 +02:00
Aetias abc53b54ec Merge pull request #86 from AetiasHax/build-workflow
Build workflow
2025-03-17 21:40:31 +01:00
Aetias 11944e8fa5 build.yml: Use zeldaret CI image, recurse Git submodules 2025-03-17 21:29:42 +01:00
Aetias 48500e51f0 Fix symbols 2025-03-16 12:47:08 +01:00
Aetias 0fd501c686 Add --fail flag to ninja check 2025-03-16 12:33:20 +01:00
Aetias 96921cb237 Fix DSD path 2025-03-16 12:28:57 +01:00
Aetias 0a03d5129c ci: Move extract directory from root 2025-03-16 12:27:28 +01:00
Aetias c82adb4ea4 Bump dsd; test build workflow 2025-03-16 12:22:34 +01:00
Aetias 73e5975824 Fix configuring builds when --dsd is used 2025-03-15 16:44:39 +01:00
Aetias 5a69a08169 Use --dsd path correctly 2025-03-15 16:42:04 +01:00
Aetias 4392bb30eb Add --dsd option 2025-03-15 16:40:31 +01:00
Aetias 993f1420df Replace --extract with --no-extract 2025-03-15 16:31:18 +01:00
Aetias 89d2c9ce46 ci: Provide path to extract directory 2025-03-15 16:06:44 +01:00
Aetias e0281e00fd Add build.yml 2025-03-09 17:11:54 +01:00
Aetias f7e2705e6b Update INSTALL.md 2025-03-09 17:11:01 +01:00
Aetias 1e1600cec7 ninja: Phonies for arm9 and report 2025-03-09 17:10:52 +01:00
Aetias 3439ade1a7 ninja: Download objdiff-cli and generate report 2025-03-09 16:55:31 +01:00
Aetias 989ac3a16e Download tools with Ninja instead of setup.py 2025-03-09 14:46:56 +01:00
Aetias 1481cfc0e1 Merge pull request #83 from AetiasHax/delink
Delink and partially decomp navi actors and `ActorActionObject`
2025-03-09 09:58:56 +01:00
Aetias 5964807406 Fix accidental capital letter in func_Ov00_020c1bfc 2025-03-09 09:57:20 +01:00
Aetias 5523f03c99 Parentheses around offsetof 2025-03-09 09:53:46 +01:00
Aetias 45300533d5 Merge remote-tracking branch 'zeldaret/main' into delink 2025-03-08 12:47:40 +01:00
Aetias a8dc7ef705 Delink and 81% decomp ActorActionObject 2025-03-08 12:35:55 +01:00
Aetias 44ba14e823 Decomp ActorForceNavi and ActorWisdomNavi 100% 2025-03-08 11:46:49 +01:00
Aetias 35d8fa6f10 Add offsetof macro 2025-03-08 11:46:11 +01:00
Aetias 656ec5779c Delink ActorWisdomNavi 2025-03-07 19:25:02 +01:00
Aetias 1998ff3444 Delink ActorForceNavi 2025-03-06 20:34:34 +01:00
Aetias 3c223d570c Delink ActorNavi 2025-03-06 00:14:06 +01:00
Aetias c302c7a613 Merge pull request #79 from AetiasHax/delink
Delink some actors in overlay 0
2025-03-04 21:30:22 +01:00
Aetias 1a3b42871f Merge remote-tracking branch 'zeldaret/main' into delink 2025-03-04 21:26:54 +01:00
Aetias 91b0782a4a Delink ActorNaviBase 2025-03-04 21:26:39 +01:00
Aetias 13b4acb577 Delink ActorSwitchObject 2025-03-04 21:09:46 +01:00
Aetias 046c7d7ac8 Delink ActorEventIcon 2025-03-04 20:59:04 +01:00
Aetias 25681a567b Merge pull request #78 from AetiasHax/bump-dsd
Bump dsd to v0.5.0
2025-03-04 20:38:18 +01:00
Aetias e91c270a6a Mark .rodata and .ctor as rodata sections 2025-03-04 20:35:19 +01:00
Aetias 97b32438e6 Bump dsd to v0.5.0 2025-03-04 20:34:44 +01:00
Aetias fdf43055ad Merge branch 'main' of github-aetias-hax:zeldaret/ph 2025-03-04 20:32:16 +01:00
Aetias 180e17256d Merge pull request #75 from LagoLunatic/shebangs
Fix shebangs and permissions
2025-02-22 13:09:50 +01:00
LagoLunatic 19682dbc47 Merge branch 'main' into shebangs 2025-02-21 20:24:17 -05:00
Yanis 4a1f8e1d78 Merge pull request #76
Fixed "issue tracker" link
2025-02-22 01:11:31 +01:00
Ozero4 80be00c056 Fixed "issue tracker" link
The link redirected to the AetiasHax's fork
2025-02-22 00:48:25 +01:00
LagoLunatic 9d82f34f53 Fix shebangs and permissions 2025-02-20 16:01:07 -05:00
Aetias 8bdd273215 Merge pull request #70 from Yanis002/overlaymgr
Match most of `OverlayManager.cpp`
2025-02-16 11:41:42 +01:00
Aetias 910df5dd0c Delink OverlayManager for US version 2025-02-16 11:41:35 +01:00
Aetias 6c45752f48 Update overlays.md 2025-02-09 13:14:03 +01:00
Aetias 10db906743 Add MapOverworld 2025-02-09 13:13:49 +01:00
Yanis002 222f3f7daa match OverlayManager::LoadIfNotLoaded (thanks to Maide) 2025-02-08 23:07:14 +01:00
Yanis002 25fef6bba1 format? 2025-02-08 22:31:43 +01:00
Yanis002 f27b60d4fe match most of OverlayManager.cpp 2025-02-08 22:25:31 +01:00
Aetias 142e17b99d Merge pull request #68 from AetiasHax/cleanup
Cleanup + improved Linux setup
2025-02-08 13:08:51 +01:00