diff options
author | fl4shk <fl4shk@users.noreply.github.com> | 2016-11-09 02:51:59 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-08 23:51:59 -0800 |
commit | 926ecbe8226cb7dffdca2e91b0fe81de3ceafcd6 (patch) | |
tree | 068f62a28681a4c4ffb6e574909859eb5fc2205c /ld_script.txt | |
parent | ed1f329d168f398df644bebdc4904184c0eabe23 (diff) |
safari_zone.c (#94)
* about halfway through with safari_zone.c
* Figured out more of UnkSafariZoneStruct
* Finished safari_zone.c
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 730b534c1..fd8dbc72a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -135,7 +135,7 @@ SECTIONS { src/truck_scene.o(.text); asm/porthole.o(.text); asm/rotating_gate.o(.text); - asm/safari_zone.o(.text); + src/safari_zone.o(.text); asm/contest_link_80C857C.o(.text); asm/item_use.o(.text); asm/battle_anim_80CA710.o(.text); |