diff options
| author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-22 10:12:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-22 10:12:27 -0500 |
| commit | 20594938e275bd3d6ec6f38b42400eaac79fa86e (patch) | |
| tree | 148e3965d6045aaaa89915305b68e8a892f4adbf /ld_script.txt | |
| parent | 2e37f5e0cf4cd08f5983d1818c416ea45e8ab1dc (diff) | |
| parent | 13f917d4ffeff59ad13ea80fa8dbc994e4b687c0 (diff) | |
Merge pull request #404 from DizzyEggg/decompile_berry_blender
Decompile berry blender
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 a0417faa3..c60aa3729 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -83,7 +83,7 @@ SECTIONS { asm/trade.o(.text.sub_804A9F4); src/trade.o(.text.sub_804DAD4); asm/trade.o(.text.sub_804DB2C); - asm/berry_blender.o(.text); + src/berry_blender.o(.text); src/play_time.o(.text); src/new_game.o(.text); src/rom4.o(.text); @@ -341,7 +341,7 @@ SECTIONS { data/battle_interface.o(.rodata); src/pokeball.o(.rodata); data/trade.o(.rodata); - data/berry_blender.o(.rodata); + src/berry_blender.o(.rodata); src/new_game.o(.rodata); data/rom4.o(.rodata); data/tilesets.o(.rodata); |
