diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2021-11-16 23:04:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 18:04:31 -0500 |
| commit | 9ca6bfdac375b2008fcd2d19173c4017279eccde (patch) | |
| tree | 232a8cacb955d723fc7d0848686f4a867ee49298 /spec | |
| parent | a3b4dcf388f7b424aedce4e9e8b130fa5c82a5d9 (diff) | |
Create macros for and decompile elf_message scripts (#999)
* elf_message
* Review suggestions
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6796,13 +6796,15 @@ endseg beginseg name "elf_message_field" romalign 0x1000 - include "build/baserom/elf_message_field.o" + include "build/src/elf_message/elf_message_field.o" + number 0 endseg beginseg name "elf_message_ydan" romalign 0x1000 - include "build/baserom/elf_message_ydan.o" + include "build/src/elf_message/elf_message_ydan.o" + number 0 endseg beginseg |
