diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-04-15 14:03:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 14:03:39 -0400 |
commit | f4b867393892d435b09f796c98e57e10a1ba0717 (patch) | |
tree | d08646eb9dab212267310f6eb9440387a56ebcaa /ld_script.txt | |
parent | 5bf1c29cee223cba17a1ec93af0196e380e8cbf1 (diff) | |
parent | 9e1028f6f1883e0fb14736b2e6b99f2dfa78e51e (diff) |
Merge pull request #45 from SatoMew/master
decompile roulette_util.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 6e3dda820..bd94c2055 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -179,7 +179,7 @@ SECTIONS { asm/battle_controller_link_partner.o(.text); asm/battle_message.o(.text); src/math_util.o(.text); - asm/roulette_util.o(.text); + src/roulette_util.o(.text); asm/cable_car_util.o(.text); src/save.o(.text); src/mystery_event_script.o(.text); |