summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2025-04-12 05:17:26 +0100
committerGitHub <noreply@github.com>2025-04-11 21:17:26 -0700
commita4056abd3ca2028e8e2cd45b0201157da9d13963 (patch)
tree482c8456810ffa794cdc08ed7c061d7d7b66baf1 /spec
parent03f12527e178143bb0f1e3bd41ec748476c77999 (diff)
Split RSP files (#1806)
Diffstat (limited to 'spec')
-rw-r--r--spec/spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/spec/spec b/spec/spec
index e8cd722fc..79fd43a88 100644
--- a/spec/spec
+++ b/spec/spec
@@ -243,7 +243,7 @@ beginseg
include "$(BUILD_DIR)/src/boot/libc/strcpy.o"
include "$(BUILD_DIR)/src/boot/libc/memmove.o"
include "$(BUILD_DIR)/src/boot/build.o"
- include "$(BUILD_DIR)/src/boot/rspboot.o"
+ include "$(BUILD_DIR)/rsp/rspboot.o"
#ifdef COMPILER_GCC
include "$(BUILD_DIR)/src/gcc_fix/missing_gcc_functions.o"
@@ -780,7 +780,10 @@ beginseg
include "$(BUILD_DIR)/assets/audio/sequence_font_table.o"
include "$(BUILD_DIR)/src/audio/tables/sequence_table.o"
include "$(BUILD_DIR)/src/audio/tables/samplebank_table.o"
- include "$(BUILD_DIR)/src/code/rspcode.o"
+ include "$(BUILD_DIR)/rsp/aspMain.o"
+ include "$(BUILD_DIR)/rsp/gspF3DZEX2.NoN.PosLight.fifo.o"
+ include "$(BUILD_DIR)/rsp/gspS2DEX2.fifo.o"
+ include "$(BUILD_DIR)/rsp/njpgdspMain.o"
endseg
// The game expects all the segments after the `code` segment and before the first overlay to be `NOLOAD` ones