From 002049798bff4bfacfb3c99af82d3e41aeba4a7f Mon Sep 17 00:00:00 2001 From: Macrepeh <63179588+Macrepeh@users.noreply.github.com> Date: Thu, 16 Jul 2020 10:49:35 -0400 Subject: [PATCH] Update linker.ld --- linker.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linker.ld b/linker.ld index 58006a85..210cf138 100644 --- a/linker.ld +++ b/linker.ld @@ -598,7 +598,7 @@ SECTIONS { asm/librari.o(.text); asm/percy.o(.text); asm/vaatiReborn.o(.text); - asm/moblinLady.o(.text); + src/npc/moblinLady.o(.text); asm/librarians.o(.text); asm/farmers.o(.text); asm/carlov.o(.text); @@ -614,7 +614,7 @@ SECTIONS { src/npc/windTribespeople.o(.text); asm/windTribespeople.o(.text); asm/gregal.o(.text); - asm/mayorHagen.o(.text); + src/npc/mayorHagen.o(.text); src/npc/bigGoron.o(.text); asm/bigGoron.o(.text); asm/ezloCap.o(.text);