Commit Graph

15 Commits

Author SHA1 Message Date
cawtds
77a1ddc8a4 Merge branch 'pret/master' 2026-03-22 16:21:11 +01:00
Jademalo
cf4f0ce152
Sync DWARF debug sections (#728) 2026-03-22 08:23:21 -05:00
cawtds
1b67732286 fix rom header and version strings 2025-07-01 20:34:45 +02:00
cawtds
57f95defb7 add lto and other makefile adjustments 2025-06-30 18:09:50 +02:00
cawtds
d3dd6abf87 expansion changes to m4a and crt0 2025-01-04 20:19:15 +01:00
GriffinR
2a3e92e10f
Sync Makefile and common syms (#676)
Some checks failed
CI / build (push) Has been cancelled
2024-11-26 12:46:12 -05:00
cawtds
60e8ae9919 rename isagbprn 2024-11-24 15:56:54 +01:00
cawtds
89e57d753b remove gflib again 2024-09-18 20:13:51 +02:00
cawtds
1e30f3b9b0 fixed corruption when learning move during xp candy use 2024-06-27 14:17:17 +02:00
cawtds
dd64773263 fixed linker script warning, freed up EWRAM 2024-06-24 11:25:22 +02:00
GriffinR
21e8a142db Revert section rename 2024-06-22 11:58:39 -04:00
cawtds
f43b598e8d temporary fix for gHeap corruption(?) 2024-06-13 22:53:37 +02:00
cawtds
2f6a832875 implemented test framework semi-functional 2024-06-08 03:15:53 +02:00
Ariel A
bc76541189 feat: Linkerscript now tracks RAM/ROM usage
Based on https://github.com/pret/pokeemerald/pull/1952
2024-05-16 19:03:37 -04:00
Sophia
cb6409224f Remove unnecessary linker script preprocessing
The previous build process ran sed against the linker scripts twice:
once to replace <X> with the contents of sym_x.ld, a second time to
correct any paths referencing tools/.

The first can be replaced with INCLUDE commands, as was done in
pret/pokeemerald@7c57699 (in 2018).

The second has been unnecessary since 942c248 (also 2018).

With both of these removed there is no longer a need to have a build
step for them, and $(ELF) can take the sym_x.ld files as prerequisites
instead.
2023-05-22 07:53:28 +01:00