From 821f1f2cbeabf52ed6761fc9a2b816b5658246bf Mon Sep 17 00:00:00 2001 From: louist103 Date: Fri, 3 Nov 2023 18:04:24 -0400 Subject: [PATCH] skyboxes --- assets/xml/misc/skyboxes.xml | 20 ++++++++++++++++++++ spec | 6 +++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 assets/xml/misc/skyboxes.xml diff --git a/assets/xml/misc/skyboxes.xml b/assets/xml/misc/skyboxes.xml new file mode 100644 index 000000000..cc2260f0f --- /dev/null +++ b/assets/xml/misc/skyboxes.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spec b/spec index 9feb4a11a..ddc0d9708 100644 --- a/spec +++ b/spec @@ -8822,21 +8822,21 @@ beginseg name "d2_fine_static" compress romalign 0x1000 - include "build/baserom/d2_fine_static.o" + include "build/assets/misc/skyboxes/d2_fine_static.o" endseg beginseg name "d2_cloud_static" compress romalign 0x1000 - include "build/baserom/d2_cloud_static.o" + include "build/assets/misc/skyboxes/d2_cloud_static.o" endseg beginseg name "d2_fine_pal_static" compress romalign 0x1000 - include "build/baserom/d2_fine_pal_static.o" + include "build/assets/misc/skyboxes/d2_fine_pal_static.o" endseg beginseg