diff options
author | YamaArashi <shadow962@live.com> | 2016-12-30 13:11:16 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-30 13:12:35 -0800 |
commit | 8f18812cfded3711d0fc1c6d08ac25b655be5f9e (patch) | |
tree | 85f03da1f3309af15219277d4b16db0442c1661e /ld_script.txt | |
parent | 9e5c4ef564135e098d7d89c3a980e4077a03b9f8 (diff) |
split out pokeblock feeding code
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 fbab390f3..cf42e2aaf 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -204,6 +204,7 @@ SECTIONS { src/mystery_event_menu.o(.text); src/save_failed_screen.o(.text); asm/rom_81473B8.o(.text); + asm/pokeblock_feed.o(.text); src/clear_save_data_menu.o(.text); asm/rom_8148B8C.o(.text); src/menu_cursor.o(.text); |