summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-09-19 18:22:39 -0700
committerGitHub <noreply@github.com>2024-09-19 18:22:39 -0700
commit5c6310306f0a494c6fa54436b6fce5ef2ff0d715 (patch)
tree5df7c7d9fef309bd4071de6643d26b6f8032c467 /spec
parent34dcfbccc6c64a9394b54e6968791da92fcd18f5 (diff)
Remove include_data_with_rodata spec hack by incremental link of z_game_over (#1691)
Diffstat (limited to 'spec')
-rw-r--r--spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec b/spec
index e3030f1b0..4491b0756 100644
--- a/spec
+++ b/spec
@@ -773,7 +773,7 @@ beginseg
include "$(BUILD_DIR)/src/audio/session_config.o"
include "$(BUILD_DIR)/src/code/jpegutils.o"
include "$(BUILD_DIR)/src/code/jpegdecoder.o"
- include_data_with_rodata "$(BUILD_DIR)/src/code/z_game_over.o"
+ include "$(BUILD_DIR)/src/code/z_game_over.o"
include "$(BUILD_DIR)/src/code/z_construct.o"
include "$(BUILD_DIR)/src/audio/tables/soundfont_table.o"
include "$(BUILD_DIR)/assets/audio/sequence_font_table.o"