diff options
author | YamaArashi <shadow962@live.com> | 2016-12-30 13:33:18 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-30 13:33:18 -0800 |
commit | b9c883849d58293b59dc3f657ec6f8949a4bfb92 (patch) | |
tree | 7ca31159c8829509dcaa5b0f4f25ac89dedafe7f /ld_script.txt | |
parent | 8f18812cfded3711d0fc1c6d08ac25b655be5f9e (diff) |
split out pokeblock code
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index cf42e2aaf..3294fedf3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -168,6 +168,8 @@ SECTIONS { src/starter_choose.o(.text); src/wallclock.o(.text); asm/rom6.o(.text); + asm/pokeblock.o(.text); + asm/rom_810CBB4.o(.text); asm/battle_records.o(.text); asm/pokedex_area_screen.o(.text); asm/evolution_scene.o(.text); |