Commit Graph

8 Commits

Author SHA1 Message Date
cawtds
d3dd6abf87 expansion changes to m4a and crt0 2025-01-04 20:19:15 +01: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
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
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