diff options
author | YamaArashi <shadow962@live.com> | 2016-11-24 09:56:21 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-24 09:58:05 -0800 |
commit | e343c5cc0d839914c55f0dd35ca31cc711dac7be (patch) | |
tree | c2ce4837f69cfbf33e946b8f61adfe607a87caa7 /ld_script.txt | |
parent | 32b056d5041d54539c75a14774a32d82e898501c (diff) | |
parent | 154710bfbd3515e507bd2202f4d05f5983a8f776 (diff) |
Merge branch 'weather' of https://github.com/yenatch/pokeruby into yenatch-weather
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 893eca8dd..f410daf32 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -95,6 +95,7 @@ SECTIONS { src/task.o(.text); asm/rom5.o(.text); src/title_screen.o(.text); + src/weather.o(.text); asm/weather.o(.text); asm/rom_8080874.o(.text); src/battle_setup.o(.text); |