diff --git a/linker.ld b/linker.ld index b0184df2..18bf22d7 100644 --- a/linker.ld +++ b/linker.ld @@ -846,7 +846,7 @@ SECTIONS { asm/object8A.o(.text); asm/object8B.o(.text); src/object/book.o(.text); - src/fireplace.o(.text); + src/object/fireplace.o(.text); asm/object8E.o(.text); asm/frozenWaterElement.o(.text); asm/object90.o(.text); diff --git a/src/fireplace.c b/src/object/fireplace.c similarity index 100% rename from src/fireplace.c rename to src/object/fireplace.c