diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-04-16 20:56:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 20:56:09 +0200 |
| commit | 81f4540e6c2e4b80709f6837298b27929e6a4061 (patch) | |
| tree | e75797f5aff53c0ab311fc6ce8f2ae2ea9263e07 /config/eur/arm9/overlays/ov019 | |
| parent | ef2caebcefe1a0d370a56340944931f71bcd39a8 (diff) | |
Update dsd to v0.11.0 (#146)
* Update dsd to v0.11.0
* Remove auto-generated `data(byte[256])` symbols
As per the dsd v0.10.2 migration guide
* Rename .dtcm to .bss
As per the dsd v0.11.0 migration guide
* `dsd fix ctor-zero`
As per the dsd v0.11.0 migration guide
* Fix usa build
Diffstat (limited to 'config/eur/arm9/overlays/ov019')
| -rw-r--r-- | config/eur/arm9/overlays/ov019/delinks.txt | 3 | ||||
| -rw-r--r-- | config/eur/arm9/overlays/ov019/relocs.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/eur/arm9/overlays/ov019/delinks.txt b/config/eur/arm9/overlays/ov019/delinks.txt index d8d542da..096433eb 100644 --- a/config/eur/arm9/overlays/ov019/delinks.txt +++ b/config/eur/arm9/overlays/ov019/delinks.txt @@ -1,7 +1,6 @@ .text start:0x0216d6a0 end:0x02175c50 kind:code align:32 .rodata start:0x02175c50 end:0x02175f04 kind:rodata align:4 .init start:0x02175f04 end:0x021762d4 kind:code align:4 - .ctor start:0x021762d4 end:0x021762fc kind:rodata align:4 + .ctor start:0x021762d4 end:0x021762f8 kind:rodata align:4 .data start:0x02176300 end:0x02176e80 kind:data align:32 .bss start:0x02176e80 end:0x02177680 kind:bss align:32 - diff --git a/config/eur/arm9/overlays/ov019/relocs.txt b/config/eur/arm9/overlays/ov019/relocs.txt index 40d32a34..4f266714 100644 --- a/config/eur/arm9/overlays/ov019/relocs.txt +++ b/config/eur/arm9/overlays/ov019/relocs.txt @@ -1032,7 +1032,7 @@ from:0x02174984 kind:arm_call to:0x020c37ec module:overlay(0) from:0x021749b0 kind:arm_call to:0x020c3674 module:overlay(0) from:0x021749b4 kind:arm_call to:0x021748e0 module:overlay(19) from:0x021749e8 kind:load to:0x027e0fe4 module:dtcm -from:0x021749ec kind:load to:0x020e72e8 add:8 module:overlay(0) +from:0x021749ec kind:load to:0x020e72e8 add:0x8 module:overlay(0) from:0x02174a64 kind:arm_call to:0x020c29d8 module:overlay(0) from:0x02174a78 kind:arm_call to:0x020c5d74 module:overlay(0) from:0x02174aa8 kind:arm_call to:0x0207c1b0 module:overlay(0) |
