diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-10 23:05:23 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-10 23:05:23 +0200 |
commit | a2a66181fb32b7af72920b52e4ae28b9a99eb336 (patch) | |
tree | f6b4c6161db92571b8b4bcf5505d8e8324ebe485 /ld_script.txt | |
parent | 7e9948ba2b43d9773cd46959f1f32f029d18c20c (diff) |
decompile script.s
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 d4af583ba..584a57c6f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -99,7 +99,7 @@ SECTIONS { asm/field_message_box.o(.text); asm/map_obj_lock.o(.text); src/text_window.o(.text); - asm/script.o(.text); + src/script.o(.text); asm/scrcmd.o(.text); asm/field_control_avatar.o(.text); src/event_data.o(.text); |