diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-19 23:58:23 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-19 21:58:23 -0800 |
commit | 9274e189277ab6ec4d4efb90cb9e18145a8fec38 (patch) | |
tree | 609eeb57523b09ee9c70c79af6eaf3ca58695fe4 /ld_script.txt | |
parent | 1ac7736fbfd8158241ad7eb62857d425e1e5f6bb (diff) |
decompile rom6 (#202)
* decompile rom6
* newline
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 5dc385350..fa8dfbc4b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -197,7 +197,7 @@ SECTIONS { asm/trader.o(.text); src/starter_choose.o(.text); src/wallclock.o(.text); - asm/rom6.o(.text); + src/rom6.o(.text); asm/pokeblock.o(.text); asm/rom_810CBB4.o(.text); asm/battle_records.o(.text); |