diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-22 12:14:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 12:14:58 -0600 |
commit | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (patch) | |
tree | 7b65558bd366be680c577e6a0aea7787db24dd3f /ld_script.txt | |
parent | 938a88551f6ddefb7f696b738696c8ce2d8e0e36 (diff) |
Label all entities in Boss Fight Cutscenes (#78)
* label all entities in cutscenes
* remove commented func.. wasn't matching anyway
* Skarmony -> Skarmory
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index ba72330..da30c0b 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -196,6 +196,8 @@ SECTIONS { asm/code_8057144.o(.text); src/code_8057824.o(.text); asm/code_8057824.o(.text); + src/code_806CD90.o(.text); + asm/code_806CD90.o(.text); asm/code_807001C.o(.text); src/dungeon_capabilities.o(.text); asm/code_8070BC0.o(.text); |