diff options
author | YamaArashi <shadow962@live.com> | 2017-01-02 00:41:28 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-02 01:01:13 -0800 |
commit | 145e90483b2a30698f917f62e585aa7fa4794588 (patch) | |
tree | b1410a1bcec3eacaf5623cef33b10bc5a6f2a5d8 /ld_script.txt | |
parent | c4af9225bc4e2f30a240e9cabca98fca4d708501 (diff) |
event_data.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index efe3235e3..b4b5b4b98 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -84,9 +84,8 @@ SECTIONS { src/text_window.o(.text); src/script.o(.text); src/scrcmd.o(.text); - asm/rom_8065394.o(.text); - src/var.o(.text); - src/flag.o(.text); + asm/field_control_avatar.o(.text); + src/event_data.o(.text); asm/coord_event_weather.o(.text); asm/field_tasks.o(.text); asm/clock.o(.text); |