diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-02-21 12:52:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 12:52:42 -0300 |
| commit | 807ade8ff708a01e87b8844b6ca679eb24094144 (patch) | |
| tree | 7c19493394737cce310473eeb0ad1faa86ecb985 /linker_scripts | |
| parent | 05747b1b5217667939236a05f5122306c58b8a32 (diff) | |
ast_blue_marine extraction (#140)
* progress so far
* progress
* progress
* progress
* matching
* revert F3DEX_MK64
* update torch
* update gitIgnore
* correction
* add src/assets to clean recipe
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/us/undefined_syms.ld | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linker_scripts/us/undefined_syms.ld b/linker_scripts/us/undefined_syms.ld index 4eeac208..ac5e982a 100644 --- a/linker_scripts/us/undefined_syms.ld +++ b/linker_scripts/us/undefined_syms.ld @@ -711,7 +711,7 @@ D_101B5F0 = 0x0101B5F0; D_101B480 = 0x0101B480; D_101B310 = 0x0101B310; D_101B1A0 = 0x0101B1A0; -D_3000000 = 0x03000000; +D_03000000 = 0x03000000; D_3000080 = 0x03000080; D_5000D50 = 0x05000D50; D_5006CB0 = 0x05006CB0; @@ -1276,6 +1276,8 @@ D_A001EC0 = 0x0A001EC0; D_A001BE0 = 0x0A001BE0; D_7004270 = 0x07004270; +D_3002E80 = 0x3002E80; +D_3005AB0 = 0x3005AB0; D_1000000 = 0x1000000; D_1000280 = 0x1000280; D_1000640 = 0x1000640; |
