From 5bf601cfdef201bcba4caf9d61b5cfdc84ae94da Mon Sep 17 00:00:00 2001 From: macabeus Date: Sun, 12 Jan 2025 22:01:35 +0000 Subject: [PATCH] fix ldscript order --- ldscript.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldscript.txt b/ldscript.txt index 2cb8aee8..5f99655a 100644 --- a/ldscript.txt +++ b/ldscript.txt @@ -121,7 +121,6 @@ SECTIONS { build/sa3/src/game/enemies/minimole.o(.text); build/sa3/src/game/enemies/takkon.o(.text); build/sa3/src/game/enemies/jousun.o(.text); - build/sa3/src/game/enemies/marun.o(.text); build/sa3/asm/enemy_unknown_code.o(.text); build/sa3/asm/enemy_uutsubo.o(.text); build/sa3/src/game/enemies/gaogao.o(.text); @@ -133,6 +132,7 @@ SECTIONS { build/sa3/asm/enemy_yukigasen.o(.text); build/sa3/asm/enemy_hariisen.o(.text); build/sa3/asm/enemy_muukaden.o(.text); + build/sa3/src/game/enemies/marun.o(.text); build/sa3/asm/enemy_marun.o(.text); build/sa3/asm/enemy_clam.o(.text); build/sa3/asm/enemy_kamaki.o(.text);