diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-04 21:55:27 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-04 21:55:27 -0400 |
commit | 52559f4c165f0ad4dd8bdff838c1dbdea9e93aa7 (patch) | |
tree | 2b8537ef2909c976146fff2fbeaed2cc01536925 /ld_script.txt | |
parent | 9975ba7211cc91dc7fddec5f423ed3c42fc0d064 (diff) |
decompile script.c
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 9996a78aa..c738889d4 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -106,7 +106,7 @@ SECTIONS { asm/field_message_box.o(.text); asm/map_obj_lock.o(.text); asm/text_window_graphics.o(.text); - asm/script.o(.text); + src/script.o(.text); asm/scrcmd.o(.text); asm/field_control_avatar.o(.text); asm/event_data.o(.text); |