diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-24 14:45:09 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-24 14:50:16 -0500 |
commit | cf917a873392df734afde73d7ff6125fd56a3ed4 (patch) | |
tree | cd67875f9612e969e2960b522731dfc61457f141 /ld_script.txt | |
parent | 456cc3a6f02b6f45753b47e5ea37bd92e616f089 (diff) |
Decompile berry_powder.c
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 a78890b9f..b9d8ed50e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -64,7 +64,7 @@ SECTIONS { asm/mevent_news.o(.text); asm/union_room_chat.o(.text); asm/berry_crush.o(.text); - asm/berry_powder_vendor.o(.text); + src/berry_powder.o(.text); asm/dodrio_berry_picking.o(.text); asm/pokemon_jump.o(.text); src/rtc.o(.text); @@ -413,7 +413,7 @@ SECTIONS { data/mevent_server.o(.rodata); data/union_room_chat.o(.rodata); data/berry_crush.o(.rodata); - data/berry_powder_vendor.o(.rodata); + data/berry_powder.o(.rodata); data/dodrio_berry_picking.o(.rodata); data/pokemon_jump.o(.rodata); src/rtc.o(.rodata); |