1123 Commits

Author SHA1 Message Date
Luke Street 17946e8d81 Add badges to README.md 2025-07-22 12:14:54 -06:00
Aetias d45ea18bf4 PlayerBase OK (#126)
* Map symbol in Game

* PlayerBase OK

* Fix ActorRefill

* Fix MapManager

* Mark PlayerBase as complete

* Fix MapManager
2025-07-22 17:54:33 +02:00
Yanis cf8f5a80b1 Decompile more of AdventureFlags.cpp (#118)
* fix flags getters and associated relocs

* explicit ARM and improve existing matches

* match CopyTo

* document a bit the flag system and progress on unmatched functions

* remaining bottom functions

* func_ov00_02097810 params and name fix

* fix build issues

* move flag base definition to its own file

* document item flags

---------

Co-authored-by: Yanis002 <Yanis002@users.noreply.github.com>
Co-authored-by: Aetias <aetias@outlook.com>
2025-07-22 16:17:02 +02:00
Aetias 383ca6aaa2 Game 99% (#125)
* Game 74%

* Game 99%

* Fix symbol name
2025-07-22 15:54:46 +02:00
Aetias aee9c362bb ActorRupee 90% (#124)
* Remove `force_data` macro

* Use size_t in `operator new`

* Bump objdiff to v3.0.0-beta.10

* Decompile functions using gRandom

* ActorRupee 90%

* Fix old gRandom.Next calls

* Revert objdiff

* Clean up
2025-07-21 19:09:56 +02:00
Aetias 32cc123547 Game 73% (#122)
* Game 73%

* Fix build
2025-07-19 18:51:07 +02:00
Aetias 573b696ff8 Bump dsd to v0.10.1; UnkStruct_027e05f8_2 OK (#121)
* Unique delink file names

* Fix build

* Revert back to single link

* UnkStruct_027e05f8_2 OK

* `dsd fix ctor-symbols`

* Fix symbols spanning over two delink files

* `dsd fix ctor-symbols` again

* Add missing function `func_02050a20`

* Name `.p__sinit` symbols in USA after their EUR counterparts

* Apply dsd signatures

* Bump dsd to 0.10.0; Fix dsd not updating automatically

* Rename overlay functions

* Fix auto-download wibo

* Fix generating objdiff report
2025-07-17 12:21:10 +02:00
Yanis 7a01af4783 update .clang-format rules (#120) 2025-07-16 15:33:58 +02:00
Yanis ce9f96d932 Match 00_Core/Actor/Dungeon/ActorEventIcon.cpp (#119)
* match ActorEventIcon

* mark as complete
2025-07-16 13:14:03 +02:00
Yanis 93b942b2de name symbols based on GameSpy (#116)
Co-authored-by: Yanis002 <Yanis002@users.noreply.github.com>
2025-07-13 19:27:55 +02:00
Yanis 0421d36979 Decompile overlay 8 (95%) (#115)
* started overlay 8

* progress

* progress

* progress

* more headers

* progress

* more progress

* symbols

* fix splits + new headers

* more progress

* func_ov008_02112ee0 & func_ov008_02112f28

* document fish in save item manager and unrelated things because precommit is mad

* SaveItemManager ctor

* progress?

* fix build issues

* split files to match data

* format

* format

* cleanup and match vfunc_08

* add reloc for overlay 0

* fix vtable symbol

* improve non-matching functions

---------

Co-authored-by: Aetias <144526980+AetiasHax@users.noreply.github.com>
2025-07-13 15:11:50 +02:00
Aetias 91e4cafc19 Merge pull request #114 from Yanis002/data_027e0618_cleanup
Name and replace `data_027e0618` by `gGame`
2025-07-13 15:09:17 +02:00
Yanis002 ac0720a8ce data_027e0618 -> gGame 2025-07-07 14:11:51 +02:00
Aetias e3ba2b386d Merge pull request #113 from AetiasHax/game
`src/Main/Game/Game.cpp` 26%
2025-07-06 14:53:40 +02:00
Aetias 8806b998c2 Fix build 2025-07-06 14:52:03 +02:00
Aetias 0a92fb84ec configure: Print dsd json delinks error 2025-07-06 14:48:09 +02:00
Aetias 36b9d9dea4 Game 26% 2025-07-06 14:47:44 +02:00
Aetias 70e6bb2146 Merge pull request #112 from AetiasHax/game-state
Delink GameModeBattle
2025-07-06 12:19:46 +02:00
Aetias f6b308ed82 Update GameMode::vfunc_14 2025-07-06 12:18:40 +02:00
Aetias 2031427f9a Merge remote-tracking branch 'zeldaret/main' into game-state 2025-07-06 11:30:55 +02:00
Aetias 87ea4c687d Merge pull request #109 from Yanis002/gamemodeadventure
Started `09_Adventure/Game/GameModeAdventure.cpp` (97%)
2025-07-06 11:09:25 +02:00
Aetias 476d7d305f GameMode OK 2025-07-06 11:07:19 +02:00
Aetias 5479180aee Fix missing symbols 2025-07-06 11:03:29 +02:00
Aetias 1c947024d7 Update GameModeId enum 2025-07-06 11:03:12 +02:00
Yanis002 cf3894f843 fix errors in files 2025-07-06 10:48:59 +02:00