diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-13 16:48:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 18:48:03 -0300 |
| commit | 01e87f1680d9713bd89147c3834f49fa3fa11d67 (patch) | |
| tree | 4a0a106cab05c4ac79abdefbb49d42daf52da692 /linker_scripts | |
| parent | 976539b8c0cfc2a45ba82f8c6f1f705f257c09e3 (diff) | |
Colpoly factory and Torch fixes + sonicdcer's ast_sector_X (#164)
* a start
* some things
* format
* hitboxes
* soon
* fixes and such
* Torch
* one fix
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/us/undefined_syms.ld | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/linker_scripts/us/undefined_syms.ld b/linker_scripts/us/undefined_syms.ld index be944d17..544caa2a 100644 --- a/linker_scripts/us/undefined_syms.ld +++ b/linker_scripts/us/undefined_syms.ld @@ -1017,25 +1017,25 @@ D_1010970 = 0x01010970; D_601F3B8 = 0x0601F3B8; // fox_enmy -D_060371A4 = 0x0060371A4; -D_06026CC4 = 0x006026CC4; -D_0602A164 = 0x00602A164; -D_06023F64 = 0x006023F64; -D_060287A4 = 0x0060287A4; -D_0602E4F4 = 0x00602E4F4; -D_06007E74 = 0x006007E74; -D_0601F234 = 0x00601F234; -D_06026714 = 0x006026714; +D_60371A4 = 0x0060371A4; +D_6026CC4 = 0x006026CC4; +D_602A164 = 0x00602A164; +D_6023F64 = 0x006023F64; +D_60287A4 = 0x0060287A4; +D_602E4F4 = 0x00602E4F4; +D_6007E74 = 0x006007E74; +D_601F234 = 0x00601F234; +D_6026714 = 0x006026714; D_0C035154 = 0x00C035154; -D_06006AA4 = 0x006006AA4; -D_06031000 = 0x006031000; -D_06006C60 = 0x006006C60; -D_0602E5C8 = 0x00602E5C8; -D_0600EAD4 = 0x00600EAD4; -D_06011044 = 0x006011044; -D_0600FF74 = 0x00600FF74; -D_06006EB4 = 0x006006EB4; -D_06014D94 = 0x006014D94; +D_6006AA4 = 0x006006AA4; +D_6031000 = 0x006031000; +D_6006C60 = 0x006006C60; +D_602E5C8 = 0x00602E5C8; +D_600EAD4 = 0x00600EAD4; +D_6011044 = 0x006011044; +D_600FF74 = 0x00600FF74; +D_6006EB4 = 0x006006EB4; +D_6014D94 = 0x006014D94; D_0302DE3C = 0x00302DE3C; // fox_enmy2 |
