diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-06 12:36:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-06 12:36:39 -0500 |
commit | 281507d72ea0bc03189469d7d97d4f28979b1cf9 (patch) | |
tree | c290a1b14cae1059ee054ff28eaff72303975d4c | |
parent | 2e774667c86ea2b003102bc4e3308fbbde246353 (diff) | |
parent | 7ee367e18e45c996a4ffbf5ff9e9374a1859f377 (diff) |
Merge pull request #15 from SatoMew/master
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); |