diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-12 09:55:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-12 09:55:41 -0400 |
commit | 02974254affdcffb0cf8f44bd094ba5c9d320d4a (patch) | |
tree | a9024dec0f0726a0e0e5a442a2319a75f2da5edb /ld_script.txt | |
parent | 903fcde223d71a105ae888aa7faeceb9ed811039 (diff) |
coord_event_weather
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 67f554b7e..9b15cb474 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -106,7 +106,7 @@ SECTIONS { src/scrcmd.o(.text); asm/field_control_avatar.o(.text); asm/event_data.o(.text); - asm/coord_event_weather.o(.text); + src/coord_event_weather.o(.text); asm/field_tasks.o(.text); asm/start_menu.o(.text); asm/tileset_anims.o(.text); @@ -376,6 +376,7 @@ SECTIONS { data/field_ground_effect.o(.rodata); data/map_obj_80688E4.o(.rodata); src/scrcmd.o(.rodata); + src/coord_event_weather.o(.rodata); data/data_835B488.o(.rodata); src/battle_ai_script_commands.o(.rodata); data/data_83F5738.o(.rodata); |