Commit Graph

156 Commits

Author SHA1 Message Date
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
Aetias 164abedd47 Add missing ARM9 overlay table size 2023-10-21 17:43:56 +02:00
Aetias 3b42abd52c Match banner 2023-10-21 17:41:54 +02:00
Aetias 45d00faf19 Match overlay table 2023-10-21 17:30:34 +02:00
Aetias e1492b9c66 Fix misplaced .sinit 2023-10-21 13:13:34 +02:00
Aetias 1221e6188d Set remaining header fields from linker output 2023-10-21 13:07:44 +02:00
Aetias 8e19eaee88 Fix incorrect FAT file ID for files in assets root 2023-10-21 12:56:21 +02:00
Aetias 08220bd2a4 Match autoload callback in ROM header 2023-10-21 12:54:05 +02:00
Aetias d2f2636774 Match secure area CRC 2023-10-21 10:36:14 +02:00
Aetias add71a7482 Load encryption key and CRC encrypted secure area 2023-10-18 23:10:24 +02:00
Aetias a20ae6843f Add initial Blowfish implementation 2023-10-17 20:40:43 +02:00
Aetias ae229005d4 Add WIP FinalizeHeader function 2023-10-17 20:40:24 +02:00
Aetias 07eaa3b2c6 Convert indentation to spaces 2023-10-15 23:54:12 +02:00
Aetias d00fc5af3b Align ROM sections to 512 2023-10-15 18:02:42 +02:00
Aetias cfbb047e97 Write ROM size 2023-10-15 18:02:34 +02:00
Aetias d12600c65a Read title to stack-allocated buffer 2023-10-15 17:52:07 +02:00
Aetias eed711303a Write banner 2023-10-15 17:51:46 +02:00
Aetias b5481f7a36 Write FAT and assets in separate functions 2023-10-15 17:07:39 +02:00
Aetias cf0a2889e7 Fix some align issues 2023-10-15 16:58:54 +02:00
Aetias 549be20928 Write ROM capacity in header 2023-10-15 16:58:41 +02:00
Aetias d7b3836f5e Fix checksum verification 2023-10-15 16:46:19 +02:00
Aetias 12a850932d Add make extract 2023-10-15 16:28:56 +02:00
Aetias acbcd40397 Build and compare ROM in Makefile 2023-10-15 13:38:23 +02:00