Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "recomp.h"
- #include "funcs.h"
- #include "sections.h"
- static FuncEntry section_3_entry_funcs[] = {
- { .func = recomp_entrypoint, .offset = 0x00000000 },
- };
- static SectionTableEntry section_table[] = {
- { .rom_addr = 0x00001000, .ram_addr = 0x80125900, .size = 0x00000050, .funcs = section_3_entry_funcs, .num_funcs = ARRLEN(section_3_entry_funcs), .index = 3 },
- };
- const size_t num_sections = 11;
- static int overlay_sections_by_index[] = {
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement