diff options
| author | Aetias <aetias@outlook.com> | 2024-04-06 10:59:27 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-06 10:59:27 +0200 |
| commit | cbc47c82dbb2a014e81328a5b2a04303eaaa7d95 (patch) | |
| tree | 948e02aafbee73faa56f785fc6764bede01e34d3 /tools | |
| parent | c0cc540ee855184e49cbc6ead23f65bf22f3185c (diff) | |
Remove static initializers from `ov00_init.s`
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/lcf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lcf.py b/tools/lcf.py index 9900a56d..9538536b 100644 --- a/tools/lcf.py +++ b/tools/lcf.py @@ -52,8 +52,7 @@ ov00 = Overlay(name='ov00', after='ARM9', objects=[ 'src/00_Core/Player/PlayerControl.cpp', 'asm/ov00/Player/PlayerControl.s', - 'asm/ov00/ov00_020ae7a4.s', - 'asm/ov00/ov00_init.s' + 'asm/ov00/ov00_020b1498.s', ]) ov01 = Overlay(name='ov01', after=[ov00], objects=[ 'asm/ov01.s' |
