diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 19:21:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 19:21:10 -0400 |
commit | c85f726224bbe53502ba98557d2c89eef89d7fbd (patch) | |
tree | eba61257e555461f5d9662fea9477561bef51adf /ld_script.txt | |
parent | 915694e8a7a5967d76bcbe544d671bb2f962f608 (diff) |
Decompile roamer
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index eb38837ef..52e4ff197 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -240,7 +240,7 @@ SECTIONS { asm/itemfinder.o(.text); asm/buy_menu_helpers.o(.text); asm/slot_machine.o(.text); - asm/roamer.o(.text); + src/roamer.o(.text); asm/mystery_gift_menu.o(.text); asm/link_rfu_4.o(.text); src/mevent.o(.text); @@ -395,7 +395,7 @@ SECTIONS { data/itemfinder.o(.rodata); data/buy_menu_helpers.o(.rodata); data/slot_machine.o(.rodata); - data/roamer.o(.rodata); + src/roamer.o(.rodata); data/mystery_gift_menu.o(.rodata); data/link_rfu_4.o(.rodata); src/mevent.o(.rodata); |