From c8abde8953a754b43921851ab142f785b3d05fa1 Mon Sep 17 00:00:00 2001 From: Macrepeh <63179588+Macrepeh@users.noreply.github.com> Date: Thu, 25 Feb 2021 14:24:22 -0500 Subject: [PATCH] gibdo --- linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker.ld b/linker.ld index 2ae62d6e..813ec9b5 100644 --- a/linker.ld +++ b/linker.ld @@ -392,7 +392,7 @@ SECTIONS { asm/mazaalHand.o(.text); asm/octorokBoss.o(.text); asm/flyingPot.o(.text); - asm/gibdo.o(.text); + src/enemy/gibdo.o(.text); asm/octorokGolden.o(.text); src/enemy/tektiteGolden.o(.text); asm/ropeGolden.o(.text);