diff options
| author | Evan <eroelke@gmail.com> | 2019-11-30 15:19:34 -0500 |
|---|---|---|
| committer | Evan <eroelke@gmail.com> | 2019-11-30 15:19:34 -0500 |
| commit | 8cdc65a8e4cc03b96f8e73e7079634db2143c491 (patch) | |
| tree | 5eadefabad3b6ed4d036195f89a5eb12fb1fd355 /ld_script.txt | |
| parent | b62688270824fc245ce99822ac3b8c46732a71b8 (diff) | |
minor fixes
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 50cb621ab..741e87828 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -83,7 +83,7 @@ SECTIONS { src/daycare.o(.text); asm/battle_interface.o(.text); asm/smokescreen.o(.text); - src/pokeball.o(.text); + src/pokeball.o(.text); src/load_save.o(.text); src/trade.o(.text); src/trade_scene.o(.text); |
