Commit Graph

241 Commits

Author SHA1 Message Date
Aetias 83bdfdb892 PlayerControl: Decomp 68% 2025-02-16 16:07:22 +01:00
Aetias d057996378 PlayerControl: Decomp 38% 2025-02-10 23:07:55 +01:00
Aetias 726c3be443 Merge remote-tracking branch 'zeldaret/main' into decomp-PlayerControl 2025-02-09 09:48:32 +01:00
Aetias 57de079397 PlayerControl: Decomp 27% 2025-02-09 09:38:23 +01:00
Aetias bbc7382bdf Merge remote-tracking branch 'zeldaret/main' into decomp-PlayerControl 2025-02-08 12:49:16 +01:00
Aetias 1a4f5a62d1 Fix ActorSpawner double mangled symbol names 2025-02-06 17:52:30 +01:00
Aetias 5b887cbbe4 Move shifted symbols to correct location 2025-02-05 16:54:14 +01:00
Aetias c5c93f14d3 Lowercase #include <nds/math.H> 2025-02-05 16:53:18 +01:00
Aetias c380ac51a4 Merge remote-tracking branch 'zeldaret/main' into decomp-PlayerControl 2025-02-04 21:30:00 +01:00
Aetias 2bd1bbd10b Declare all overriden virtual functions as virtual 2025-02-03 23:43:43 +01:00
Aetias 81ac231ddf Added remaining Ghidra documentation 2025-02-02 23:45:16 +01:00
Aetias f6bd180b8b Move ov059 documentation from Ghidra 2025-02-02 13:09:35 +01:00
Aetias 7aa86eafe5 Move ov058 documentation from Ghidra 2025-02-02 12:52:38 +01:00
Aetias baa870cbc0 Move ov057 documentation from Ghidra 2025-02-02 12:13:20 +01:00
Aetias d5376fc903 Add ActorRope 2025-02-02 11:38:39 +01:00
Aetias 1d2d2e4a2a Fix virtual function names in UnkStruct_ov000_020beba8 2025-02-02 10:50:27 +01:00
Aetias e6e212279f Move ov056 documentation from Ghidra 2025-02-01 10:04:48 +01:00
Aetias 5cbfdbabc5 Fill out rest of ov054 2025-02-01 09:53:43 +01:00
Aetias 526b6b8d72 Move ov055 documentation from Ghidra 2025-02-01 09:44:08 +01:00
Aetias 362a955212 Add ActorSpawner 2025-02-01 09:22:10 +01:00
Aetias 7c91f608f3 Move ov054 documentation from Ghidra 2025-02-01 00:29:38 +01:00
Aetias 6c9b78fc1b Move ov053 documentation from Ghidra 2025-02-01 00:09:48 +01:00
Aetias af8b40be43 Move ov023 documentation from Ghidra 2025-01-31 21:55:23 +01:00
Aetias 96dd3beb45 Move ov014 documentation from Ghidra 2025-01-31 21:38:50 +01:00
Aetias 280801981c Move ov012 documentation from Ghidra 2025-01-26 09:26:12 +01:00
Aetias d64b3a041a Move ov005 documentation from Ghidra 2025-01-25 18:44:12 +01:00
Aetias aecd954557 Move ov004 documentation from Ghidra 2025-01-25 14:35:02 +01:00
Aetias d6021854d0 Move ov000 function names from Ghidra 2025-01-24 21:29:43 +01:00
Aetias 1d4fc368c2 Move ov000 documentation from Ghidra 2025-01-23 23:11:04 +01:00
Aetias af097b91d7 Move ov000 documentation from Ghidra 2025-01-21 20:24:28 +01:00
Aetias 7a2009cab9 Move ov000 documentation from Ghidra 2025-01-20 20:09:15 +01:00
Aetias 757e6715af Add ActorEventIcon 2025-01-19 12:38:53 +01:00
Aetias 04328420f3 Add ActorSwitchObject 2025-01-19 12:22:57 +01:00
Aetias e1d2f0b168 Move ov000 documentation from Ghidra 2025-01-19 11:58:47 +01:00
Aetias 370e632197 Move ITCM documentation from Ghidra 2025-01-18 16:24:12 +01:00
Aetias fe4c283ba2 Document math functions 2025-01-18 15:50:03 +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 8cda3ca2d7 PlayerControl: Decomp 9% 2025-01-10 09:27:01 +01:00
Aetias a76eefa1a5 PlayerControl: Decomp 7% 2025-01-09 08:24:32 +01:00
Aetias 6b9c7701fe PlayerControl: Decomp 5% 2025-01-06 22:09:32 +01:00
mike8699 01102bf317 Fix clang-format error 2025-01-06 11:26:11 -05:00
Aetias 6f33b0c7ad LinkStateItem: Use enums 2025-01-06 16:36:05 +01: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 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 82ba3ff311 Start decompiling LinkStateItem 2024-12-31 14:51:33 -05:00
Aetias 673269f181 Decomp ActorManager 100% 2024-10-24 21:55:19 +02:00