diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index c8f047b..ddb0a6a 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -182,7 +182,7 @@ SECTIONS { asm/code_8041AD0.o(.text); src/code_80428A0.o(.text); asm/code_80428A0.o(.text); - src/dungeon_engine.o(.text); + src/dungeon_util.o(.text); asm/code_80450F8.o(.text); src/code_8048480.o(.text); asm/code_8048480.o(.text); @@ -191,6 +191,8 @@ SECTIONS { src/code_8057824.o(.text); asm/code_8057824.o(.text); asm/code_807001C.o(.text); + src/dungeon_movement.o(.text); + asm/code_8075BA4.o(.text); src/code_80848F0.o(.text); asm/code_80848F0.o(.text); src/code_80869E4.o(.text); |