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:
parent
30eb05321d
commit
9cbd57d329
7 changed files with 18 additions and 16 deletions
16
spec
16
spec
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue