mirror of
https://github.com/zeldaret/oot
synced 2026-09-02 18:02:49 -04:00
Line up code segment for gc-eu-mq (#1918)
This commit is contained in:
@@ -318,6 +318,7 @@ beginseg
|
||||
name "code"
|
||||
compress
|
||||
after "dmadata"
|
||||
align 0x20
|
||||
include "$(BUILD_DIR)/src/code/z_en_a_keep.o"
|
||||
include "$(BUILD_DIR)/src/code/z_en_item00.o"
|
||||
include "$(BUILD_DIR)/src/code/z_eff_blure.o"
|
||||
@@ -455,7 +456,7 @@ beginseg
|
||||
#if OOT_DEBUG
|
||||
include "$(BUILD_DIR)/src/code/ucode_disas.o"
|
||||
#endif
|
||||
pad_text // audio library aligned to 32 bytes?
|
||||
pad_text // on GameCube, NTSC 1.0 and "0.9" prerelease
|
||||
include "$(BUILD_DIR)/src/audio/lib/data.o"
|
||||
include "$(BUILD_DIR)/src/audio/lib/synthesis.o"
|
||||
include "$(BUILD_DIR)/src/audio/lib/heap.o"
|
||||
@@ -467,6 +468,9 @@ beginseg
|
||||
include "$(BUILD_DIR)/src/audio/lib/effects.o"
|
||||
include "$(BUILD_DIR)/src/audio/lib/seqplayer.o"
|
||||
include "$(BUILD_DIR)/src/audio/general.o"
|
||||
#if !OOT_DEBUG
|
||||
pad_text // on retail GameCube
|
||||
#endif
|
||||
include "$(BUILD_DIR)/src/audio/sfx_params.o"
|
||||
include "$(BUILD_DIR)/src/audio/sfx.o"
|
||||
include "$(BUILD_DIR)/src/audio/sequence.o"
|
||||
|
||||
Reference in New Issue
Block a user