diff options
| author | Aetias <aetias@outlook.com> | 2024-03-23 10:24:20 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-03-23 10:24:20 +0100 |
| commit | 942dfd17a96a2bbd6d65f7ee8029b9a9a8a1b9eb (patch) | |
| tree | 6f4b91d33c14bb871d321b159f270fefdc39788b /tools | |
| parent | 1935cecb8738f19e4e1e978958a06b8c209b15fb (diff) | |
Add `LinkStateBase.s`
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/lcf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lcf.py b/tools/lcf.py index 5b77a52e..78b10126 100644 --- a/tools/lcf.py +++ b/tools/lcf.py @@ -27,6 +27,8 @@ ov00 = Overlay(name='ov00', after='ARM9', objects=[ 'src/00_Core/Player/TouchControl.cpp', 'asm/ov00/Player/TouchControl.s', 'asm/ov00/ov00_0207af9c.s', + 'asm/ov00/Player/LinkStateBase.s', + 'asm/ov00/ov00_020a8e04.s', 'src/00_Core/Player/LinkStateDamage.cpp', 'asm/ov00/Player/LinkStateDamage.s', 'src/00_Core/Item/Item.cpp', |
