diff options
| author | Aetias <aetias@outlook.com> | 2024-03-19 16:39:21 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-03-19 16:39:21 +0100 |
| commit | 9f2dbce3b96acdbbc2071ca909118ef033fee27a (patch) | |
| tree | d7a1e634906461fdafd5081687412e167a4d1c71 | |
| parent | 16660f579501eb0566cba86d59002fec7d4fb99f (diff) | |
Add `Item.cpp` to LCF
| -rw-r--r-- | tools/lcf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/lcf.py b/tools/lcf.py index f705cba3..99c62455 100644 --- a/tools/lcf.py +++ b/tools/lcf.py @@ -24,7 +24,9 @@ DTCM_OBJECTS = [ ov00 = Overlay(name='ov00', after='ARM9', objects=[ 'asm/ov00/ov00_020773c0.s', - 'src/00_Core/ItemManager.cpp', + 'src/00_Core/Item/Item.cpp', + 'asm/ov00/Item/Item.s', + 'src/00_Core/Item/ItemManager.cpp', 'asm/ov00/ItemManager/ItemManager.s', 'asm/ov00/ov00_020ae7a4.s', 'asm/ov00/ov00_init.s' |
