diff options
author | YamaArashi <shadow962@live.com> | 2016-09-08 20:25:40 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-08 20:25:40 -0700 |
commit | 06bed8be90c865057378482f2b179749b082619c (patch) | |
tree | 6f9b516a00841e7225290a0d71e9e5d97dd58777 /ld_script.txt | |
parent | 9ba7169baaee0645f406d95b426f1b2bf750c72e (diff) |
starting decompliation of pokemon functions
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 b9724883c..c323d4b30 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -74,6 +74,8 @@ SECTIONS { src/rtc.o(.text); src/main_menu.o(.text); asm/rom3.o(.text); + src/pokemon.o(.text); + asm/rom_803D1FC.o(.text); src/rng.o(.text); asm/rom_8040EB4.o(.text); src/play_time.o(.text); |