mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-23 09:14:55 -05:00
Merge pull request #424 from DizzyEggg/file_tables
Some checks failed
GithubCI / build (push) Has been cancelled
Some checks failed
GithubCI / build (push) Has been cancelled
Move ground / effect file tables to C
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user