diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-10-30 17:59:09 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-30 15:59:09 -0700 |
commit | a45e18753afffb80e3633fa006daf84325860208 (patch) | |
tree | 35ec86eb1ec7f191354c7b2c5be46493ff5d3a5b /ld_script.txt | |
parent | b86183aecd4e7e264158cd6cdb5e1332c41d4340 (diff) |
partially decompile dewford_trend.c and record_mixing.c (#78)
* start decompiling dewford_trend
* figure out some gSaveBlock1 members
* decompile more functions
* decompile sub_80FA4E4
* start decompiling record_mixing.c
* Decompile more code
* decompile more functions
* tabs to spaces
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3f58224a0..6ec547f12 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -122,6 +122,7 @@ SECTIONS { asm/naming_screen.o(.text); asm/money.o(.text); asm/contest_effect.o(.text); + src/record_mixing.o(.text); asm/record_mixing.o(.text); asm/sound_check_menu.o(.text); asm/secret_base.o(.text); @@ -146,7 +147,7 @@ SECTIONS { asm/mail.o(.text); asm/menu_helpers.o(.text); asm/script_pokemon_util_80F99CC.o(.text); - asm/dewford_trend.o(.text); + src/dewford_trend.o(.text); asm/heal_location.o(.text); asm/region_map.o(.text); asm/cute_sketch.o(.text); |