diff options
author | YamaArashi <shadow962@live.com> | 2017-05-04 00:10:25 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-04 00:21:04 -0700 |
commit | d7284694ec3543b84074f52938ea5e6666e17599 (patch) | |
tree | f401f21a422181f09bc7ff7f1c24025543823009 /ld_script.txt | |
parent | f492004cb605a45b0b43e94121a0f504d7fb10cc (diff) |
decompile time_events
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 6d21f6442..c329ef736 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -213,7 +213,7 @@ SECTIONS { asm/pokeblock.o(.text); asm/fldeff_flash.o(.text); src/post_battle_event_funcs.o(.text); - asm/time_events.o(.text); + src/time_events.o(.text); asm/birch_pc.o(.text); src/hof_pc.o(.text); asm/field_specials.o(.text); @@ -426,7 +426,7 @@ SECTIONS { src/wallclock.o(.rodata); data/pokeblock.o(.rodata); data/fldeff_flash.o(.rodata); - data/time_events.o(.rodata); + src/time_events.o(.rodata); data/field_specials.o(.rodata); data/pokedex_area_screen.o(.rodata); data/evolution_scene.o(.rodata); |