1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

Dont link z_moji.o in retail (#1731)

This commit is contained in:
Dragorn421 2024-02-07 05:37:52 +01:00 committed by GitHub
parent e7b37c6d60
commit 2ee7a2b7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
spec
View File

@ -356,7 +356,9 @@ beginseg
include "$(BUILD_DIR)/src/code/z_lights.o"
include "$(BUILD_DIR)/src/code/z_malloc.o"
include "$(BUILD_DIR)/src/code/z_map_mark.o"
#if OOT_DEBUG
include "$(BUILD_DIR)/src/code/z_moji.o"
#endif
include "$(BUILD_DIR)/src/code/z_prenmi_buff.o"
include "$(BUILD_DIR)/src/code/z_nulltask.o"
include "$(BUILD_DIR)/src/code/z_olib.o"