mirror of
https://github.com/zeldaret/oot
synced 2026-08-22 06:44:46 -04:00
Fix miscategorized scenes (#1946)
* Fix miscategorized scenes * Sort includes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user