Commit Graph

135 Commits

Author SHA1 Message Date
Aetias 300b45556e Add objdiff.py to generate objdiff config 2024-05-18 15:33:44 +02:00
Mike af20c468f1 Match ActorType.s 2024-05-04 11:33:48 -04:00
Aetias ccd21f46ee Use UTF-8 in tools 2024-05-03 19:15:16 +02:00
Aetias 420e2c5fa3 Merge branch 'main' into item-manager 2024-05-03 18:48:44 +02:00
Aetias cdf3bb7553 Merge branch 'main' into fix-build 2024-05-03 15:35:43 +02:00
Aetias f4d873c4b3 Match ItemManager data 2024-05-01 12:47:48 +02:00
Aetias 840c6f8538 Add C++ includes to m2ctx 2024-04-30 17:49:24 +02:00
Aetias eacc6617ef Delink MapBase 2024-04-30 15:22:29 +02:00
Aetias 780b65b7a6 Update compiler flags in mangle.py 2024-04-30 15:09:04 +02:00
Aetias 04b3812395 Merge branch 'main' into map-manager 2024-04-28 10:48:38 +02:00
Aetias a7b55a9883 Use argparse in m2ctx 2024-04-28 10:40:46 +02:00
Aetias 8d89e18780 Place .cpp ahead of corresponding .s files in LCF 2024-04-28 10:40:34 +02:00
Aetias 6ffc7aa81a Warn when symbol was not killed by elfkill 2024-04-27 21:31:24 +02:00
Aetias f1987ecefc Add elfkill 2024-04-27 12:24:17 +02:00
Aetias a8c5c49efa Delink Course 2024-04-23 00:30:20 +02:00
Aetias 87a650dc30 Delink MapManager 2024-04-21 13:06:44 +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