diff options
author | YamaArashi <shadow962@live.com> | 2016-09-09 21:18:37 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-09 21:18:37 -0700 |
commit | 0b48cbfed8a3332d6b164c51a224b154fef858e6 (patch) | |
tree | 64434dcdbac0f2031d7cf29ed52e9ed82d2aeb68 /ld_script.txt | |
parent | 65a978e4f71f347894458ee1d1282af2668585cf (diff) |
more decompilation of pokemon functions
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index c323d4b30..5d1ac9d7a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -74,7 +74,9 @@ SECTIONS { src/rtc.o(.text); src/main_menu.o(.text); asm/rom3.o(.text); - src/pokemon.o(.text); + src/pokemon_1.o(.text); + asm/rom_803BA2C.o(.text); + src/pokemon_2.o(.text); asm/rom_803D1FC.o(.text); src/rng.o(.text); asm/rom_8040EB4.o(.text); |