mirror of
https://github.com/zeldaret/oot
synced 2026-08-11 03:26:20 -04:00
[iQue] Match gzip/zlib decompression (#2416)
* [iQue] Match gzip/zlib decompression Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> * Update missed renames in disassembly * Fix some formatting --------- Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
This commit is contained in:
@@ -23,7 +23,11 @@ beginseg
|
||||
#endif
|
||||
include "$(BUILD_DIR)/src/boot/carthandle.o"
|
||||
include "$(BUILD_DIR)/src/boot/z_std_dma.o"
|
||||
#if !PLATFORM_IQUE
|
||||
include "$(BUILD_DIR)/src/boot/yaz0.o"
|
||||
#else
|
||||
include "$(BUILD_DIR)/src/boot/inflate.o"
|
||||
#endif
|
||||
include "$(BUILD_DIR)/src/boot/z_locale.o"
|
||||
#if PLATFORM_N64
|
||||
include "$(BUILD_DIR)/src/boot/cic6105.o"
|
||||
|
||||
Reference in New Issue
Block a user