From 263d8460b5d3a28ea2cbbb1acdb198a615c574f3 Mon Sep 17 00:00:00 2001 From: Macrepeh <63179588+Macrepeh@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:29:23 -0400 Subject: [PATCH] git push not working --- linker.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linker.ld b/linker.ld index f0d63b1c..d9738f9e 100644 --- a/linker.ld +++ b/linker.ld @@ -853,7 +853,7 @@ SECTIONS { asm/objectAB.o(.text); asm/fourElements.o(.text); asm/objectAD.o(.text); - asm/floatingBlock.o(.text); + src/object/floatingBlock.o(.text); src/object/objectAF.o(.text); src/object/metalDoor.o(.text); src/object/jailBars.o(.text); @@ -869,7 +869,7 @@ SECTIONS { src/object/windcrest.o(.text); asm/litArea.o(.text); asm/objectBD.o(.text); - asm/pinwheel.o(.text); + src/object/pinwheel.o(.text); asm/objectBF.o(.text); asm/enemyItem.o(.text); asm/objectC1.o(.text);