Commit Graph

178 Commits

Author SHA1 Message Date
Aetias 7e0073fd41 Add fixed point vector type 2024-01-07 12:29:09 +01:00
Aetias 1e33a22c9e Add item model fields in ItemManager 2024-01-07 09:51:08 +01:00
Aetias 781a8e72ec Inventory -> ItemManager
Debug code reveals the name of this class to be アイテムマネージャー, or "item manager"
2024-01-07 09:04:10 +01:00
Aetias e43a0f051a Update overlays.md 2024-01-06 10:39:46 +01:00
Aetias c6736f9c64 Decomp 3 Inventory functions 2024-01-06 10:39:33 +01:00
Aetias e94f48ce0b Update EquipItem virtual functions 2024-01-06 10:38:50 +01:00
Aetias cf9ba37018 Ignore override keyword when compiling 2024-01-06 10:37:11 +01:00
Aetias 31391fd76f Update compiler flags 2024-01-06 10:35:35 +01:00
Aetias 2781fb0724 .gitignore *.sav
Some emulators put save files in the same directory as the ROM
2024-01-06 10:35:16 +01:00
Aetias 22a77288e8 Add m2ctx.py 2024-01-06 10:34:55 +01:00
Aetias 45b184bc08 Update docs 2024-01-02 12:12:48 +01:00
Aetias 0982309e34 Update overlays.md 2024-01-02 08:12:12 +01:00
Aetias dd035392d7 Inherit SysObject in EquipItem 2024-01-01 15:47:28 +01:00
Aetias baefb70a8e Add sword, shield and potion equip item classes 2024-01-01 15:43:06 +01:00
Aetias 51dedbad07 Update types in equip item headers 2024-01-01 14:54:07 +01:00
Aetias c2f1bdba73 Update overlays.md 2023-12-31 14:40:51 +01:00
Aetias 61dea7280f 96% match Inventory::Save 2023-12-31 14:28:09 +01:00
Aetias 0ab53a2adf 93% match Inventory::Load 2023-12-31 14:26:42 +01:00
Aetias f31bbc26fb Add documentation 2023-12-27 13:26:42 +01:00
Aetias 7fb155ff77 92% match Inventory::Save 2023-12-27 13:22:21 +01:00
Aetias e5cfa5950c 88% match Inventory::Save 2023-12-20 10:45:27 +01:00
Aetias e6257e902b Update Inventory struct 2023-12-20 10:44:33 +01:00
Aetias e5d545a7da Add EquipItem virtual class and descendants 2023-12-20 10:43:07 +01:00
Aetias 7550a63c03 Add option to build with nonmatching functions 2023-12-20 10:41:02 +01:00
Aetias e0e442024f Align sections to 32 2023-12-20 10:39:10 +01:00
Aetias 282500b724 Name function FastDivide 2023-12-20 10:38:50 +01:00
Aetias 9afe4a1796 Find asm/C++ sources in all subdirs 2023-12-20 10:36:21 +01:00
Aetias 9bfd4026df Add pip and GCC to INSTALL.md 2023-12-12 19:47:40 +01:00
Aetias 27b78306dd Build successfully on Linux 2023-12-12 19:45:22 +01:00
Aetias 4b73ee6f89 Decomp Inventory::ClearPrevEquippedItem 2023-11-13 23:23:03 +01:00
Aetias 2dcc30f992 Decomp Inventory::Destroy 2023-11-13 22:41:04 +01:00
Aetias a0cf7d21c6 Fix lcf.py 2023-11-13 22:17:55 +01:00
Aetias d24d904a4d Enable interworking in linker 2023-11-13 22:17:26 +01:00
Aetias 9b0a9430a3 Keep original file ext in .o files 2023-11-13 19:21:39 +01:00
Aetias b0025fe8de Decomp Inventory::Create 2023-11-11 13:05:33 +01:00
Aetias 4aec27fee4 Add SysObject class 2023-11-11 12:50:14 +01:00
Aetias 5adaca82f2 Split overlay 0 2023-11-08 22:29:24 +01:00
Aetias 63f8d3b699 Build .s files in all asm/ subdirectories 2023-11-07 19:22:25 +01:00
Aetias 7848a3e248 Add .sbss to overlay 0 2023-11-07 19:01:27 +01:00
Aetias d69ad72cfa Remove mentions of non-matching ROM
because the ROM matches now \o/
2023-10-27 20:02:51 +02:00
Aetias 18a0f9ff9c Pass assets listing to buildrom 2023-10-27 20:00:35 +02:00
Aetias 51f775de06 Build tools before make extract 2023-10-27 19:59:05 +02:00
Aetias ab04d0b8f2 Match base ROM
IT BUILDS!!!
2023-10-27 19:53:38 +02:00
Aetias efc3488d85 .gitignore ph_*/ 2023-10-27 19:27:40 +02:00
Aetias 2b46dbee7f Append assets to ROM in predefined directory order 2023-10-27 19:26:23 +02:00
Aetias 8068345f57 Full file path when printing FAT order 2023-10-27 19:25:12 +02:00
Aetias bf3fc351fd Add debug prints
Why is the FAT only halfway sorted???
2023-10-22 08:56:11 +02:00
Aetias 075fd200fe Match overlay portion of FAT 2023-10-22 08:01:33 +02:00
Aetias e6f2b7c31c Match FNT 2023-10-21 18:16:48 +02:00
Aetias 068dc9498e Compute logo CRC 2023-10-21 17:45:27 +02:00