示例#1
0
 private static void RelocationParse_cmd2E(ROM rom, RelocationTable table, RegionParseState state)
 {
     table.RelocateOffset((int)state.area, rom, 4);
 }
示例#2
0
        private static void RelocationParse_cmd22(ROM rom, RelocationTable table, RegionParseState state)
        {
            int model = rom.Read8(3);

            table.RelocateOffset(model, rom, 4);
        }
示例#3
0
 private static void RelocationParse_cmdFD(ROM rom, RelocationTable table, DisplayListRegion region)
 {
     table.RelocateOffset(rom, 4);
 }
示例#4
0
 private static void RelocationParse_cmd1F(ROM rom, RelocationTable table, RegionParseState state)
 {
     rom.Write8((byte)state.area, 2);
     table.RelocateOffset((int)state.area, rom, 4);
 }
示例#5
0
 private static void RelocationParse_cmd15(ROM rom, RelocationTable table)
 {
     table.RelocateOffset(rom, 4);
 }