diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-09-30 16:19:51 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-09-30 16:19:51 -0400 |
commit | 2b882ccd4ffc0f15a03c2ec9871e74978a2b237d (patch) | |
tree | 32fdc247481ec1c6d6505eff296192a7242c429c /obj_files.mk | |
parent | 3caf2c526857044cbb2385d6f9f69eb859e20b8f (diff) |
fix split
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obj_files.mk b/obj_files.mk index b9a7507..c40eb09 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -16,7 +16,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/code_8000ADC0.o \ $(BUILD_DIR)/asm/code_80024914.o \ $(BUILD_DIR)/asm/code_80025390.o \ - $(BUILD_DIR)/asm/code_80028554.o \ + $(BUILD_DIR)/asm/code_800284B0.o \ $(BUILD_DIR)/asm/code_8002A910.o \ $(BUILD_DIR)/asm/text_1.o \ $(BUILD_DIR)/asm/text_2.o \ |