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/ov007 | |
| 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/ov007')
| -rw-r--r-- | config/eur/arm9/overlays/ov007/delinks.txt | 3 | ||||
| -rw-r--r-- | config/eur/arm9/overlays/ov007/relocs.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/eur/arm9/overlays/ov007/delinks.txt b/config/eur/arm9/overlays/ov007/delinks.txt index 48eb7448..9f0a0f51 100644 --- a/config/eur/arm9/overlays/ov007/delinks.txt +++ b/config/eur/arm9/overlays/ov007/delinks.txt @@ -1,6 +1,5 @@ .text start:0x02100ae0 end:0x021028c8 kind:code align:32 .rodata start:0x021028c8 end:0x02102938 kind:rodata align:4 - .ctor start:0x02102938 end:0x0210293c kind:rodata align:4 + .ctor start:0x02102938 end:0x02102938 kind:rodata align:4 .data start:0x02102940 end:0x02102aa0 kind:data align:32 .bss start:0x02102aa0 end:0x0210eb40 kind:bss align:32 - diff --git a/config/eur/arm9/overlays/ov007/relocs.txt b/config/eur/arm9/overlays/ov007/relocs.txt index 2229b4b1..de8c2d89 100644 --- a/config/eur/arm9/overlays/ov007/relocs.txt +++ b/config/eur/arm9/overlays/ov007/relocs.txt @@ -39,7 +39,7 @@ from:0x02100ef8 kind:arm_call to:0x02007ad8 module:main from:0x02100f10 kind:arm_call to:0x02007ad8 module:main from:0x02100f38 kind:arm_call_thumb to:0x0200b944 module:main from:0x02100f44 kind:arm_call_thumb to:0x0200b954 module:main -from:0x02100f54 kind:load to:0x0205762c add:8 module:main +from:0x02100f54 kind:load to:0x0205762c add:0x8 module:main from:0x02100f58 kind:load to:0x021029c8 module:overlay(7) from:0x02100f5c kind:load to:0x021029fc module:overlay(7) from:0x02100f60 kind:load to:0x021029ec module:overlay(7) |
