diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-02-20 09:08:42 -0800 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2022-02-20 09:08:42 -0800 |
commit | 0829319ee532fb1c6ab0a9f8b5f6ecd5bc26d43d (patch) | |
tree | 2906700d74617aad50472e8978eb59d7a8363c87 /ld_script.txt | |
parent | 6c5749a148856780933326f8e83779cf8e8dbd69 (diff) |
these funcs have nothing to do with those so separate them
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1f95d54..59b191f 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -198,6 +198,7 @@ SECTIONS { asm/code_8046CE4.o(.text); src/code_8048480.o(.text); asm/code_8048480.o(.text); + src/code_8048DB8.o(.text); src/dungeon_ai_item_weight.o(.text); src/dungeon_map_access.o(.text); asm/code_8049590.o(.text); @@ -228,6 +229,7 @@ SECTIONS { src/dungeon_pokemon_attributes.o(.text); asm/code_80718D8.o(.text); src/dungeon_ai_items.o(.text); + src/code_8073CF0.o(.text); asm/code_8073CF0.o(.text); src/dungeon_ai_movement.o(.text); asm/code_8075BA4.o(.text); @@ -237,6 +239,7 @@ SECTIONS { asm/code_807CABC.o(.text); src/targeting_flags.o(.text); asm/code_807CD9C.o(.text); + src/code_8083288.o(.text); src/dungeon_range.o(.text); asm/code_808333C.o(.text); src/dungeon_random.o(.text); @@ -275,6 +278,7 @@ SECTIONS { src/moves_1.o(.text); asm/code_8094148.o(.text); src/number_util.o(.text); + src/code_809447C.o(.text); asm/code_809447C.o(.text); src/code_8092334.o(.text); src/game_options.o(.text); |