diff options
author | YamaArashi <shadow962@live.com> | 2017-02-02 16:30:08 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-02-02 16:30:30 -0800 |
commit | 8f9ed6e585a361e957650b871fc56a0406c2dac8 (patch) | |
tree | fc4796bcad3363136dc7130e8c5ee814104a29d7 /ld_script.txt | |
parent | 39299306e059d82516247aeacd04b680509eef8c (diff) |
decompile rng
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 0fe19328f..05f72c340 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -60,7 +60,7 @@ SECTIONS { asm/pokemon_2.o(.text); asm/pokemon_3.o(.text); asm/trig.o(.text); - asm/rng.o(.text); + src/rng.o(.text); asm/util.o(.text); asm/blend_palette.o(.text); asm/daycare.o(.text); |