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/ov013 | |
| 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/ov013')
| -rw-r--r-- | config/eur/arm9/overlays/ov013/delinks.txt | 3 | ||||
| -rw-r--r-- | config/eur/arm9/overlays/ov013/relocs.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/eur/arm9/overlays/ov013/delinks.txt b/config/eur/arm9/overlays/ov013/delinks.txt index 8731e1f2..77d0a914 100644 --- a/config/eur/arm9/overlays/ov013/delinks.txt +++ b/config/eur/arm9/overlays/ov013/delinks.txt @@ -1,6 +1,5 @@ .text start:0x02112c20 end:0x02116004 kind:code align:32 .rodata start:0x02116004 end:0x021160ec kind:rodata align:4 - .ctor start:0x021160ec end:0x021160f4 kind:rodata align:4 + .ctor start:0x021160ec end:0x021160f0 kind:rodata align:4 .data start:0x02116100 end:0x02116200 kind:data align:32 .bss start:0x02116200 end:0x021163a0 kind:bss align:32 - diff --git a/config/eur/arm9/overlays/ov013/relocs.txt b/config/eur/arm9/overlays/ov013/relocs.txt index 98ed21ca..da26fe87 100644 --- a/config/eur/arm9/overlays/ov013/relocs.txt +++ b/config/eur/arm9/overlays/ov013/relocs.txt @@ -272,7 +272,7 @@ from:0x0211530c kind:arm_call to:0x020f802c module:overlay(1) from:0x0211532c kind:arm_call to:0x020f7f34 module:overlay(1) from:0x02115340 kind:arm_call to:0x020f5024 module:overlay(1) from:0x02115358 kind:arm_call to:0x02115800 module:overlay(13) -from:0x02115370 kind:load to:0x0205762c add:8 module:main +from:0x02115370 kind:load to:0x0205762c add:0x8 module:main from:0x02115374 kind:load to:0x021161c0 module:overlay(13) from:0x02115378 kind:load to:0x021153b8 module:overlay(13) from:0x0211537c kind:load to:0x021153d8 module:overlay(13) |
