diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-08-24 19:36:53 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 19:36:53 -0300 |
| commit | e82019fa2bd527bca3a9dad48175a6b8f2a1fee7 (patch) | |
| tree | da9bba80666743402ec29c7219c53f526a98a01a /linker_scripts | |
| parent | 669fff8759859306d6ca8ae71f40073a934a188f (diff) | |
Actor Docs (#270)
* Docs
* actor timer_04C -> work_04C
* Actor & Boss unk_04A -> work_04A
* actor & boss unk_048 -> work_048
* actor & boss unk_046 -> work_046
* boss unk_044 -> work_044
* actor event docs
* ActorEvent docs
* name all Event Actor IDs
* EVID names in EventActorInfo comments
* refactor EVC_PASSED_ALL_RINGS by @inspectredc
* clarification comment
* some option docs
* audio enums and macros
* some audio renamings
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/eu/rev0/symbol_addrs_assets.txt | 4 | ||||
| -rw-r--r-- | linker_scripts/eu/rev0/undefined_syms.ld | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linker_scripts/eu/rev0/symbol_addrs_assets.txt b/linker_scripts/eu/rev0/symbol_addrs_assets.txt index 1b309c0d..192ed16c 100644 --- a/linker_scripts/eu/rev0/symbol_addrs_assets.txt +++ b/linker_scripts/eu/rev0/symbol_addrs_assets.txt @@ -1007,8 +1007,8 @@ D_D006B50 = 0xD006B50; D_D007A70 = 0xD007A70; D_D008990 = 0xD008990; D_D0098B0 = 0xD0098B0; -D_D009A40 = 0xD009A40; -D_D00B880 = 0xD00B880; +aKattShipDL = 0xD009A40; +aBillShipDL = 0xD00B880; D_E000000 = 0xE000000; D_E003AB0 = 0xE003AB0; D_E00DFB0 = 0xE00DFB0; diff --git a/linker_scripts/eu/rev0/undefined_syms.ld b/linker_scripts/eu/rev0/undefined_syms.ld index 1b309c0d..192ed16c 100644 --- a/linker_scripts/eu/rev0/undefined_syms.ld +++ b/linker_scripts/eu/rev0/undefined_syms.ld @@ -1007,8 +1007,8 @@ D_D006B50 = 0xD006B50; D_D007A70 = 0xD007A70; D_D008990 = 0xD008990; D_D0098B0 = 0xD0098B0; -D_D009A40 = 0xD009A40; -D_D00B880 = 0xD00B880; +aKattShipDL = 0xD009A40; +aBillShipDL = 0xD00B880; D_E000000 = 0xE000000; D_E003AB0 = 0xE003AB0; D_E00DFB0 = 0xE00DFB0; |
