1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-10-16 19:51:23 +00:00

Fix miscategorized scenes (#1946)

* Fix miscategorized scenes

* Sort includes
This commit is contained in:
cadmic 2024-04-18 19:21:34 -07:00 committed by GitHub
commit 9cbd57d329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 18 additions and 16 deletions

16
spec
View file

@ -10499,7 +10499,7 @@ beginseg
name "entra_scene"
compress
romalign 0x1000
include "$(BUILD_DIR)/assets/scenes/overworld/entra/entra_scene.o"
include "$(BUILD_DIR)/assets/scenes/misc/entra/entra_scene.o"
number 2
endseg
@ -10507,7 +10507,7 @@ beginseg
name "entra_room_0"
compress
romalign 0x1000
include "$(BUILD_DIR)/assets/scenes/overworld/entra/entra_room_0.o"
include "$(BUILD_DIR)/assets/scenes/misc/entra/entra_room_0.o"
number 3
endseg
@ -10587,7 +10587,7 @@ beginseg
name "ganon_tou_scene"
compress
romalign 0x1000
include "$(BUILD_DIR)/assets/scenes/dungeons/ganon_tou/ganon_tou_scene.o"
include "$(BUILD_DIR)/assets/scenes/overworld/ganon_tou/ganon_tou_scene.o"
number 2
endseg
@ -10595,7 +10595,7 @@ beginseg
name "ganon_tou_room_0"
compress
romalign 0x1000
include "$(BUILD_DIR)/assets/scenes/dungeons/ganon_tou/ganon_tou_room_0.o"
include "$(BUILD_DIR)/assets/scenes/overworld/ganon_tou/ganon_tou_room_0.o"
number 3
endseg
@ -11651,7 +11651,7 @@ beginseg
name "souko_scene"
compress
romalign 0x1000
include "$(BUILD_DIR)/assets/scenes/overworld/souko/souko_scene.o"
include "$(BUILD_DIR)/assets/scenes/indoors/souko/souko_scene.o"
number 2
endseg
@ -11659,7 +11659,7 @@ beginseg
name "souko_room_0"
compress
romalign 0x1000
include "$(BUILD_DIR)/assets/scenes/overworld/souko/souko_room_0.o"
include "$(BUILD_DIR)/assets/scenes/indoors/souko/souko_room_0.o"
number 3
endseg
@ -11667,7 +11667,7 @@ beginseg
name "souko_room_1"
compress
romalign 0x1000
include "$(BUILD_DIR)/assets/scenes/overworld/souko/souko_room_1.o"
include "$(BUILD_DIR)/assets/scenes/indoors/souko/souko_room_1.o"
number 3
endseg
@ -11675,7 +11675,7 @@ beginseg
name "souko_room_2"
compress
romalign 0x1000
include "$(BUILD_DIR)/assets/scenes/overworld/souko/souko_room_2.o"
include "$(BUILD_DIR)/assets/scenes/indoors/souko/souko_room_2.o"
number 3
endseg