diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-10-25 19:11:20 -0400 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-25 16:11:20 -0700 |
commit | cfe4a52393bd5d09d78f68ac165406d3e9354706 (patch) | |
tree | b92b61c567865d882d1f6f4d2db359153f55441e /ld_script.txt | |
parent | 427131714c72177bf4480f23a1ee60db6cc5b9ef (diff) |
decompile save_menu_util.c (#70)
* decompile save_menu_util.c
* rename right align
* formatting
* whoops
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 0ce9fe21d..9031badf6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -100,7 +100,7 @@ SECTIONS { src/pokedex.o(.text); asm/pokedex.o(.text); asm/trainer_card.o(.text); - asm/save_menu_util.o(.text); + src/save_menu_util.o(.text); asm/rom_8094928.o(.text); asm/item_menu.o(.text); asm/battle_anim_80A7E7C.o(.text); |