From c0ed079d03d0d17b69577cbbd15ec4c07d7ff07f Mon Sep 17 00:00:00 2001 From: Macrepeh <63179588+Macrepeh@users.noreply.github.com> Date: Tue, 14 Jul 2020 19:14:32 -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 248f0b65..13f230d5 100644 --- a/linker.ld +++ b/linker.ld @@ -607,7 +607,7 @@ SECTIONS { asm/kingGustaf.o(.text); asm/gina.o(.text); src/npc/simon.o(.text); - asm/anju.o(.text); + src/npc/anju.o(.text); asm/mama.o(.text); src/npc/emma.o(.text); src/npc/teachers.o(.text);