From b3b7d65c7980c8f65f134b5dec2038f5502bcddc Mon Sep 17 00:00:00 2001 From: Behemoth Date: Fri, 7 Aug 2020 19:16:57 +0200 Subject: [PATCH] fix linker --- linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker.ld b/linker.ld index b5d32309..ef1ede16 100644 --- a/linker.ld +++ b/linker.ld @@ -530,7 +530,7 @@ SECTIONS { asm/code_0805E3B0.o(.text); asm/getEmptyEntity.o(.text); src/entity.o(.text); - asm/code_0805E744.o(.text); + asm/code_0805EC04.o(.text); /* npcs */ src/npc/gentari.o(.text); src/npc/festari.o(.text);