From 7ee367e18e45c996a4ffbf5ff9e9374a1859f377 Mon Sep 17 00:00:00 2001 From: SatoMew Date: Sat, 6 Oct 2018 18:32:26 +0100 Subject: Fix ld_script.txt --- ld_script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld_script.txt b/ld_script.txt index 1e1d66fbb..33b77351a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -82,7 +82,7 @@ SECTIONS { asm/pokemon_item_effect.o(.text); asm/pokemon_3.o(.text); asm/trig.o(.text); - asm/random.o(.text); + src/random.o(.text); asm/util.o(.text); asm/blend_palette.o(.text); asm/daycare.o(.text); -- cgit v1.2.3