diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-06 16:45:53 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-06 16:45:53 -0400 |
commit | eb03b1ab0f00d97126caaade3c7988a973c3a2bb (patch) | |
tree | a8f40974818dadf9ce70a5914d818f54fde27100 /ld_script.txt | |
parent | 9236084ad807cc1d2062d87217beb82a874119ec (diff) | |
parent | 281507d72ea0bc03189469d7d97d4f28979b1cf9 (diff) |
Merge branch 'master' of https://github.com/pret/pokefirered into text
Diffstat (limited to '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 cc38e017f..cbe8f3193 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -81,7 +81,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); |