diff --git a/asm/wallMaster2.s b/asm/wallMaster2.s deleted file mode 100644 index a42aa8ad..00000000 --- a/asm/wallMaster2.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - - .include "constants/constants.inc" - - .syntax unified - - .text - diff --git a/linker.ld b/linker.ld index b7e9253f..e5a6fd42 100644 --- a/linker.ld +++ b/linker.ld @@ -361,7 +361,6 @@ SECTIONS { src/enemy/fallingBoulder.o(.text); src/enemy/bobomb.o(.text); src/enemy/wallMaster2.o(.text); - asm/wallMaster2.o(.text); asm/gleerok.o(.text); asm/vaatiEyesMacro.o(.text); src/enemy/tektite.o(.text);