diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-04 21:21:42 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-04 19:21:42 -0700 |
commit | 4d4f1b51384d57db93cd3344b2964106f8620f4f (patch) | |
tree | fe11e744a9c4f3c9805994469a70b87740680354 /ld_script.txt | |
parent | c9816e5ace6cac28e7747c1bc46160876e02879b (diff) |
Big shroomish barboach (#87)
* start decompiling
* decompile more functions
* clean up and rename big_shroomish_barboach.c to pokemon_size_record.c
* remove save file
* remove extraneous line from Makefile
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7f04049ac..fce9bea7b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -130,7 +130,7 @@ SECTIONS { asm/contest_link_80C2020.o(.text); asm/script_pokemon_util_80C4BF0.o(.text); src/field_poison.o(.text); - asm/big_shroomish_barboach.o(.text); + src/pokemon_size_record.o(.text); asm/fldeff_80C5CD4.o(.text); src/truck_scene.o(.text); asm/porthole.o(.text); |