diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2022-05-03 23:43:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-04 00:43:09 +0200 |
| commit | 765cfd63e97b4b7ece2ff4d4a65c2b65e1db7501 (patch) | |
| tree | 6f910b68e18767b4d8021a97895b9da32c7ade62 /spec | |
| parent | 912b9168752617c26764b81415dc1caa572fc29b (diff) | |
Name rsp ucodes and surrounding cleanup (#1166)
* Name rsp ucodes and surrounding cleanup
* Fix comments alignment and remove unnecessary & in sys_ucode
* Change capitalization of sys_ucode variables
* Remove unnecessary externs for aspMain
* Improvements to Jpeg_ScheduleDecoderTask
* Split unknown rsp code into a separate file, spacing
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ beginseg name "boot" address 0x80000460 include "build/src/boot/boot_main.o" + include "build/data/unk_800093F0.data.o" include "build/data/unk_80009410.data.o" include "build/src/boot/idle.o" include "build/src/boot/viconfig.o" @@ -515,6 +516,7 @@ beginseg include_data_with_rodata "build/src/code/z_message_PAL.o" include "build/src/code/z_game_over.o" include "build/src/code/z_construct.o" + include "build/data/audio_tables.rodata.o" include "build/data/rsp.text.o" include "build/data/rsp.rodata.o" endseg |
