Aetias
|
e1d2f0b168
|
Move ov000 documentation from Ghidra
|
2025-01-19 11:58:47 +01:00 |
|
Aetias
|
4c60dda140
|
Move DTCM documentation from Ghidra
|
2025-01-18 16:30:55 +01:00 |
|
Aetias
|
370e632197
|
Move ITCM documentation from Ghidra
|
2025-01-18 16:24:12 +01:00 |
|
Aetias
|
c81c165c37
|
Verify SHA1 checksum
|
2025-01-18 15:50:47 +01:00 |
|
Aetias
|
fe4c283ba2
|
Document math functions
|
2025-01-18 15:50:03 +01:00 |
|
Aetias
|
311b9243e1
|
Use named arguments in re module
Some positional arguments have become deprecated
|
2025-01-18 13:48:30 +01:00 |
|
Aetias
|
2794641461
|
Fix build
|
2025-01-18 13:47:34 +01:00 |
|
Aetias
|
13108e3ae4
|
Move ARM9 Main documentation from Ghidra
|
2025-01-18 09:44:01 +01:00 |
|
Aetias
|
48bbd8bb7f
|
Merge branch 'main' of github-aetias-hax:AetiasHax/ph
|
2025-01-09 08:34:40 +01:00 |
|
Aetias
|
2c015c9774
|
Upgrade to Ghidra version 11.2.1
|
2025-01-09 08:34:11 +01:00 |
|
Aetias
|
39850e99b9
|
Remove support for Python on MSYS
|
2025-01-09 08:29:10 +01:00 |
|
Aetias
|
6d84aa8210
|
Merge pull request #52 from LagoLunatic/depfile
Add depfiles for ninja build
|
2025-01-07 09:21:38 +01:00 |
|
Aetias
|
46322369fc
|
Update docs
|
2025-01-06 22:22:17 +01:00 |
|
LagoLunatic
|
c7de282a81
|
Fix Windows platform check
|
2025-01-06 15:25:11 -05:00 |
|
Aetias
|
247d862475
|
Merge pull request #54 from mike8699/add-precommit
Automate `clang-format` with `pre-commit`, + other checks
|
2025-01-06 20:45:21 +01:00 |
|
Aetias
|
ff81b3fd1a
|
Merge remote-tracking branch 'origin/main' into add-precommit
|
2025-01-06 20:41:07 +01:00 |
|
Aetias
|
e980fe7803
|
Merge pull request #55 from mike8699/fix-clang-format-error
Fix `clang-format` error
|
2025-01-06 20:20:29 +01:00 |
|
Aetias
|
820b8fefdc
|
pre-commit: Install instructions
|
2025-01-06 17:27:31 +01:00 |
|
mike8699
|
01102bf317
|
Fix clang-format error
|
2025-01-06 11:26:11 -05:00 |
|
Aetias
|
53bd73e89c
|
pre-commit: Allow hard linebreaks in Markdown
|
2025-01-06 17:25:50 +01:00 |
|
Aetias
|
d75d589637
|
Merge pull request #53 from mike8699/decompile-LinkStateItem
Decompile `LinkStateItem`
|
2025-01-06 16:37:38 +01:00 |
|
Aetias
|
6f33b0c7ad
|
LinkStateItem: Use enums
|
2025-01-06 16:36:05 +01:00 |
|
mike8699
|
f5f1f7ae1b
|
Add complete directive to delinks.txt
|
2025-01-05 19:10:55 -05:00 |
|
mike8699
|
f817a35c26
|
Update relocs.txt
|
2025-01-05 19:10:55 -05:00 |
|
mike8699
|
19290c9d92
|
Run clang-format
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
254ee79fe0
|
Match data section
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
70d24e0776
|
Fix error
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
5f526aadb5
|
Fix misplaced case block
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
6ab289196e
|
Fix regalloc issue
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
cd8ce66116
|
Add LinkStateBase methods to symbols
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
1373505903
|
Add rest of LinkStateItem methods to symbols
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
d2d3b6b75f
|
Use -1 instead of 0xfffffff
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
4ab7b47bcd
|
Add arm/thumb macros
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
200a68b3de
|
LinkStateItem::OnStateLeave 92% match
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
11a3df2d99
|
Update EquipBomb::StopUsing method signature
This method has an additional argument.
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
ae2062bb58
|
Properly define static methods as static
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
c3ac80ab60
|
LinkStateItem::OnStateLeave 88% match
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
bf43adef41
|
LinkStateItem::OnStateLeave 71% match
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
12877211ed
|
[wip] decomp LinkStateItem::OnStateLeave
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
dc09e23c60
|
Add StopUsing methods to several classes
These are used in `LinkStateItem::OnStateLeave`
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
be7b197c34
|
Decompile LinkStateItem::GetLinkStateMove
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
f9da67860b
|
Decompile GetLinkState arm9 function
This is not part of the `LinkStateItem` class, but it is called by
a method in that class. I wasn't sure the best place to put this.
|
2025-01-05 19:06:26 -05:00 |
|
mike8699
|
2d8b257711
|
Run clang-format/other pre-commit checks in CI
|
2025-01-01 21:22:40 -05:00 |
|
mike8699
|
83e058a8a1
|
Run pre-commit formatting
|
2025-01-01 21:19:30 -05:00 |
|
mike8699
|
88c72f0470
|
Add pre-commit-hooks to pre-commit config
|
2025-01-01 21:18:50 -05:00 |
|
mike8699
|
d81054c43d
|
Add clang-format pre-commit hook
|
2025-01-01 21:18:21 -05:00 |
|
mike8699
|
82ba3ff311
|
Start decompiling LinkStateItem
|
2024-12-31 14:51:33 -05:00 |
|
LagoLunatic
|
2809426a7c
|
Add depfiles for ninja build
|
2024-12-08 20:38:07 -05:00 |
|
Aetias
|
1fd88bee60
|
Set language to C++ when exportign to decomp.me
|
2024-11-23 17:38:04 +01:00 |
|
Aetias
|
2890f75969
|
Update dsd
|
2024-11-23 17:37:41 +01:00 |
|