From b7ae9ecf24c5fc71fe81dcd3fdf6f288d350c893 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sat, 14 Sep 2024 18:39:44 +0200 Subject: [PATCH] remove matched asm file --- asm/code_8073CF0.s | 10 ---------- ld_script.txt | 1 - 2 files changed, 11 deletions(-) delete mode 100644 asm/code_8073CF0.s diff --git a/asm/code_8073CF0.s b/asm/code_8073CF0.s deleted file mode 100644 index d9e135d9c..000000000 --- a/asm/code_8073CF0.s +++ /dev/null @@ -1,10 +0,0 @@ - #include "asm/constants/gba_constants.inc" - #include "asm/macros.inc" - - .syntax unified - - .text - - - - .align 2,0 diff --git a/ld_script.txt b/ld_script.txt index 6ce9d8ea1..c7a20c36c 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -270,7 +270,6 @@ SECTIONS { asm/code_8072CF4.o(.text); src/dungeon_ai_items.o(.text); src/code_8073CF0.o(.text); - asm/code_8073CF0.o(.text); src/code_8075708.o(.text); src/dungeon_ai.o(.text); src/move_effects_target.o(.text);