diff options
author | YamaArashi <shadow962@live.com> | 2016-12-20 21:38:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-20 21:38:54 -0800 |
commit | 1ac916831f5d3f10270d3ac6755a95babc6750e5 (patch) | |
tree | 9ec239fe45995a59d4d6efb616d5b0aa4263d61d /ld_script.txt | |
parent | 84a56e095d21f7b70270af955da342771d7ff7c7 (diff) |
split out smokescreen anim code and name some HP functions
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 9238cfc02..462418395 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -60,6 +60,7 @@ SECTIONS { asm/daycare.o(.text); asm/egg_hatch.o(.text); asm/rom_804373C.o(.text); + asm/smokescreen.o(.text); asm/pokeball.o(.text); src/load_save.o(.text); asm/trade.o(.text); |