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 b913da1..8d0cb11 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -186,6 +186,8 @@ SECTIONS { asm/code_8041AD0.o(.text); src/code_80428A0.o(.text); asm/code_80428A0.o(.text); + src/dungeon_action.o(.text); + asm/code_804ACA0.o(.text); src/dungeon_util.o(.text); asm/code_80450F8.o(.text); src/code_8048480.o(.text); @@ -210,7 +212,7 @@ SECTIONS { src/dungeon_pokemon_attributes_1.o(.text); asm/code_80718D8.o(.text); src/dungeon_ai_items.o(.text); - asm/code_80739DC.o(.text); + asm/code_8073AA0.o(.text); src/dungeon_movement.o(.text); asm/code_8075BA4.o(.text); src/code_80848F0.o(.text); |