Commit Graph

823 Commits

Author SHA1 Message Date
Aetias 989cdf5d93 Mark ItemManager as complete 2025-04-26 08:42:26 +02:00
Aetias 7ebb56a484 Update symbols 2025-04-26 08:42:16 +02:00
Aetias 5ffac795ab Clean up ItemManager 2025-04-26 08:42:04 +02:00
Aetias 1240571595 Add relocatable overlay IDs 2025-04-26 08:41:25 +02:00
Aetias 211e997fe1 Update symbols.txt files
- addr field padded to 8 hex digits
- Thumb functions no longer end with NOP (cleaner objdiff scores)
- ".L" prefix on labels
2025-04-21 14:17:01 +02:00
Aetias dc075c39db Merge pull request #88 from SammygoodTunes/main
Add stdio.h to c libs
2025-04-20 08:27:54 +02:00
Aetias ca4927cb6d Merge branch 'main' into main 2025-04-20 08:26:37 +02:00
Aetias ce91ed02c0 Merge pull request #77 from Ozero4/main
Partial decompilation of TouchControl
2025-04-20 08:09:41 +02:00
SammygoodTunes 16054a3b11 Update stdio.h 2025-04-13 12:20:33 +02:00
SammygoodTunes 18af19e0ac Add stdio.h to c libs 2025-04-12 18:04:36 +02:00
Ozero4 19137c94e2 Merge branch 'zeldaret:main' into main 2025-03-30 03:54:23 +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
Ozero4 8d6d73108b Partial decompilation of TouchControl 2025-02-24 20:22:07 +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