Merge pull request #424 from DizzyEggg/file_tables
Some checks failed
GithubCI / build (push) Has been cancelled

Move ground / effect file tables to C
This commit is contained in:
AnonymousRandomPerson
2025-07-04 13:17:55 -04:00
committed by GitHub
9 changed files with 1700 additions and 4138 deletions

View File

@@ -1017,6 +1017,8 @@ SECTIONS {
effect_sbin_section :
ALIGN(4)
{
src/effect_sbin.o(.rodata);
src/effect_files_table.o(.rodata);
data/effect_sbin.o(.rodata);
} > ROM =0
@@ -1024,6 +1026,7 @@ SECTIONS {
ALIGN(4)
{
src/ground_sbin.o(.rodata);
src/ground_files_table.o(.rodata);
data/ground_sbin.o(.rodata);
} > ROM =0