Commit Graph

315 Commits

Author SHA1 Message Date
Aetias fab3da0e81 Move Actors/ to Actor/ 2024-03-25 19:30:25 +01:00
Aetias ce3031f712 Document grab actor methods in LinkStateBase 2024-03-25 19:29:37 +01:00
Aetias bde7c6f53c Mangle LinkStateItem 2024-03-24 19:09:46 +01:00
Aetias 44ca783b69 Add LinkStateItem.cpp 2024-03-24 19:07:13 +01:00
Aetias adbb175cc9 Mangle virtual table for LinkStateBase 2024-03-23 14:39:50 +01:00
Aetias 0372f550f6 Mangle LinkStateBase function symbols 2024-03-23 14:36:03 +01:00
Aetias 3b69e3af04 Add rename_symbols.py 2024-03-23 14:35:44 +01:00
Aetias 11ced94edd Add stubs for LinkStateBase 2024-03-23 13:48:42 +01:00
Aetias d7993a432e Add Actor.hpp 2024-03-23 13:48:20 +01:00
Aetias 942dfd17a9 Add LinkStateBase.s 2024-03-23 10:24:20 +01:00
Aetias 1935cecb87 Mangle virtual table for LinkStateDamage 2024-03-23 09:56:31 +01:00
Aetias e920bdef19 Add LinkDamage.cpp 2024-03-23 08:07:39 +01:00
Aetias 30dbcc4580 Add all other Link states 2024-03-21 23:22:54 +01:00
Aetias 2324c499ab Add LinkDamage.s 2024-03-20 20:19:05 +01:00
Aetias 29e5b949c0 Add LinkDamage class definition 2024-03-20 19:48:26 +01:00
Aetias bd0a74f62f Fix build errors with mangle.py 2024-03-19 17:54:21 +01:00
Aetias 6f707bb31d Add TouchControl.s 2024-03-19 17:53:59 +01:00
Aetias f9f944ae47 Add compiler flag -msgstyle gcc 2024-03-19 17:13:47 +01:00
Aetias 064086da4f Prefer signed integers 2024-03-19 17:13:26 +01:00
Aetias 9f2dbce3b9 Add Item.cpp to LCF 2024-03-19 16:39:21 +01:00
Aetias 16660f5795 Add name mangling tool 2024-03-19 00:56:32 +01:00
Aetias 6f5558cf65 Add Item.cpp stub 2024-03-19 00:56:11 +01:00
Aetias 7490c0fc8c Organize source files in overlay directories 2024-03-17 09:27:59 +01:00
Aetias c0e876d2f6 Update docs 2024-03-17 09:07:19 +01:00
Aetias c661e62d40 Organize source code structure 2024-03-02 08:29:32 +01:00
Aetias 36223d28a1 Replace this->mStuff with mStuff 2024-03-02 08:24:50 +01:00
Aetias 703a52f797 Unsplit all ov00 assembly files after ItemManager 2024-02-29 20:11:29 +01:00
Aetias be1e620557 Unsplit all ov00 assembly files before ItemManager 2024-02-29 19:51:02 +01:00
Aetias 35a5ba6a51 Unsplit ov00_0207cc84.s 2024-02-29 19:24:27 +01:00
Aetias 43d0dc8f1f Unsplit 2 ov00 assembly files 2024-02-29 17:36:47 +01:00
Aetias 30ca45f694 Update progress.py
Fix incorrect progress displayed, bytes didn't add up to the correct total
Add option to display progress for each overlay/module
2024-02-28 22:56:04 +01:00
Aetias 09fc560292 Add progress.py 2024-02-26 21:13:23 +01:00
Aetias b736e9e539 Update NONMATCH macro 2024-02-26 21:12:35 +01:00
Aetias 77934d4999 Disassemble all code in overlays 2024-02-26 21:10:22 +01:00
Aetias e036fea9ba Disassemble all code in ITCM 2024-02-26 20:56:57 +01:00
Aetias 5fccd8ebab Disassemble all code in main ARM9 program 2024-02-26 20:56:29 +01:00
Aetias 129e246828 Add decompiling.md 2024-02-25 09:51:53 +01:00
Aetias 44d0c9c5a4 Update build instructions 2024-02-25 09:44:45 +01:00
Aetias 9089a70ec4 Update setup.py 2024-02-25 09:44:22 +01:00
Aetias 1cc8a98728 Merge branch 'main' of github-aetias-hax:AetiasHax/ph into main 2024-02-24 09:53:39 +01:00
AetiasHax 9100fefc01 Merge pull request #6 from AetiasHax/fix-msys-build
Fix MSYS build
2024-02-24 09:50:28 +01:00
Aetias 7e2c500671 Fix #ifdef platform detection in files.h 2024-02-23 21:40:06 +01:00
Aetias 7c8cbdb6ea Fix FileRead on Win32 2024-02-23 21:39:18 +01:00
Aetias 1281ac1340 Fix type warnings 2024-02-23 19:52:13 +01:00
Aetias 0851e8f9bb Use HANDLE instead of HFILE 2024-02-23 19:48:14 +01:00
Aetias f37bc0c47e Use Win32 file API in rom tools 2024-02-23 19:44:22 +01:00
Aetias ea8b5522e7 Use relative paths in rom tools 2024-02-22 18:29:50 +01:00
Aetias 7a5716c443 Use ChangeDir in files.h 2024-02-22 18:24:49 +01:00
Aetias ca5fbe5385 Avoid name collision with ReadFile from Win32 2024-02-22 18:23:26 +01:00
Aetias 54eaa5de61 Add MSYS support in rom tools 2024-02-22 18:20:12 +01:00