PartyPlanner64
PartyPlanner64 copied to clipboard
Deduplicate rodata region for C events
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.