Commit Graph

120 Commits

Author SHA1 Message Date
Aetias f1987ecefc Add elfkill 2024-04-27 12:24:17 +02:00
Aetias 1b5f40c995 Output non-mangled symbols in mangle.py 2024-04-21 12:12:14 +02:00
Aetias 188ac744ca Delink ActorType 2024-04-21 12:11:23 +02:00
Aetias cd26802eaf Decomp __register_global_object 2024-04-20 13:09:19 +02:00
Aetias 9b3049e7e6 Exclude builtin macros in m2ctx 2024-04-20 12:37:30 +02:00
Aetias fdfc303fb4 Delink AdventureFlags 2024-04-14 15:07:18 +02:00
Aetias de3c324184 Delink Actor 2024-04-14 13:18:16 +02:00
Aetias 5a40c5a0e4 Delink ActorManager 2024-04-13 18:50:33 +02:00
Aetias 9ce588a4b8 Update include directories in m2ctx 2024-04-08 23:24:50 +02:00
Aetias 392ccb357e Mangle ActorRupee actor type and resource 2024-04-07 15:04:51 +02:00
Aetias 1e17b6535c Split ActorRupee.s from ov14.s 2024-04-07 14:37:18 +02:00
Aetias dcf4270939 Add TouchGesture 2024-04-06 16:38:55 +02:00
Aetias 336defc995 Add LinkStateFollow 2024-04-06 16:11:25 +02:00
Aetias bcff62a8ba Add LinkStateMove 2024-04-06 11:49:42 +02:00
Aetias 4a5c32f65f Fix KeyError in gen_externs.py 2024-04-06 10:59:41 +02:00
Aetias cbc47c82db Remove static initializers from ov00_init.s 2024-04-06 10:59:27 +02:00
Aetias c0cc540ee8 Add make gen_externs 2024-04-06 09:26:50 +02:00
Aetias cab451da34 Add PlayerControl and move all .inc files
My worktree was too big to make two separate commits :p
2024-04-06 09:26:14 +02:00
Aetias c7ee2f1258 Parse long symbols in gen_externs.py 2024-04-04 17:11:38 +02:00
Aetias 25292815ba Sort external symbols
This will lead to smaller changes to .inc files when splitting up Assembly code
2024-03-31 10:32:05 +02:00
Aetias 42e3f78016 Add LinkStateRoll 2024-03-31 10:29:33 +02:00
Aetias de7aff1571 LinkStateGrab -> LinkStateInteract 2024-03-31 09:53:44 +02:00
Aetias e49a6ce615 Autogenerate .inc files for entire project 2024-03-31 08:41:14 +02:00
Aetias 8def7bd9a9 Add gen_externs.py tool 2024-03-30 15:54:23 +01:00
Aetias 38e6d2eb17 Add PlayerBase.s 2024-03-30 15:54:05 +01:00
Aetias 16cf2f6091 Add LinkStateGrab 2024-03-25 19:44:30 +01:00
Aetias 44ca783b69 Add LinkStateItem.cpp 2024-03-24 19:07:13 +01:00
Aetias 3b69e3af04 Add rename_symbols.py 2024-03-23 14:35:44 +01:00
Aetias 942dfd17a9 Add LinkStateBase.s 2024-03-23 10:24:20 +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 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 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 7490c0fc8c Organize source files in overlay directories 2024-03-17 09:27:59 +01:00
Aetias c661e62d40 Organize source code structure 2024-03-02 08:29:32 +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 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 9089a70ec4 Update setup.py 2024-02-25 09:44:22 +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 7a5716c443 Use ChangeDir in files.h 2024-02-22 18:24:49 +01:00