PartyPlanner64 icon indicating copy to clipboard operation
PartyPlanner64 copied to clipboard

Deduplicate rodata region for C events

Open PartyPlanner64 opened this issue 4 years ago • 0 comments

If a C event is used multiple times, the .rodata section only needs to be present once in RAM. This sharing could reduce space usage by multiple instances of an event.

PartyPlanner64 avatar Feb 28 '21 21:02 PartyPlanner64