diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-01-21 15:30:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 09:30:53 -0600 |
| commit | 770f48bf4aaaa256fbf5dcecebc7f0ecd9288864 (patch) | |
| tree | 3f351ae919c3efd0cfc0e2ef55a0cc0a67f17edc /linker_scripts | |
| parent | 2b101658fe0378c2348cb0f6b89ad0448b5bde1d (diff) | |
fox_ve2 decompiled (#96)
* match remaining funcs
* arg renames and cleanup pt 1
* hex pass, id to enum and some basic docs
* data, bss and format
* change file name
* commit pr suggestions
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/us/undefined_syms.ld | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/linker_scripts/us/undefined_syms.ld b/linker_scripts/us/undefined_syms.ld index fe36c5b8..0adbc4ae 100644 --- a/linker_scripts/us/undefined_syms.ld +++ b/linker_scripts/us/undefined_syms.ld @@ -831,3 +831,18 @@ D_9002EA0 = 0x09002EA0; D_9005380 = 0x09005380; D_90075A0 = 0x090075A0; D_9004230 = 0x09004230; + +D_C001880 = 0x0C001880; +D_C037FCC = 0x0C037FCC; +D_C0380C0 = 0x0C0380C0; +D_C0381B4 = 0x0C0381B4; +D_C0382A8 = 0x0C0382A8; +D_C03839C = 0x0C03839C; +D_C038490 = 0x0C038490; +D_C038584 = 0x0C038584; +D_C038678 = 0x0C038678; +D_C03876C = 0x0C03876C; +D_C038860 = 0x0C038860; +D_C038954 = 0x0C038954; + +D_fake_i6_80196D00 = 0x80196D00; |
