From 1f7442f8e8f10e61419daa72d7897516c9324dd9 Mon Sep 17 00:00:00 2001 From: Macrepeh <63179588+Macrepeh@users.noreply.github.com> Date: Wed, 1 Jul 2020 17:53:12 -0400 Subject: [PATCH] Update linker.ld --- linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker.ld b/linker.ld index e667b817..6e5485b3 100644 --- a/linker.ld +++ b/linker.ld @@ -732,7 +732,7 @@ SECTIONS { asm/pushableFurniture.o(.text); asm/furniture.o(.text); asm/minishSizedEntrance.o(.text); - asm/archway.o(.text); + src/archway.o(.text); asm/giantRock.o(.text); asm/object51.o(.text); asm/object52.o(.text);