diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-08 11:56:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-08 11:56:59 -0600 |
commit | f3a25f83cf48868b64c7758e52a03445b55fdea5 (patch) | |
tree | fbcfecdb8a4b352d2a79d176868026308b2d1bf3 /ld_script.txt | |
parent | 6068495619364c8e0ccae15ad036a1b5a9eef171 (diff) |
Decompile roulette_util.c (#434)
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 ddafe6ecf..1e0fc6a0d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -214,7 +214,7 @@ SECTIONS { src/battle_message.o(.text); asm/cable_car.o(.text); src/math_util.o(.text); - asm/roulette_util.o(.text); + src/roulette_util.o(.text); src/rom_81520A8.o(.text); src/save.o(.text); src/mystery_event_script.o(.text); |