diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2018-10-06 18:32:26 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2018-10-06 18:32:26 +0100 |
commit | 7ee367e18e45c996a4ffbf5ff9e9374a1859f377 (patch) | |
tree | c290a1b14cae1059ee054ff28eaff72303975d4c | |
parent | 77e95d1309f5da9306c69c7aee23587e0c169ceb (diff) |
Fix ld_script.txt
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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); |