Exemplo n.º 1
0
 def write_to_rom(self, rom):
     for (cat, items) in self.ENTRY_LOCS:
         catDict = self._data[cat]
         for (desc, loc, size) in items:
             SmbModule.writeText(rom, loc, catDict[desc], size)
Exemplo n.º 2
0
 def write_to_rom(self, rom):
     for (cat, items) in self.ENTRY_LOCS:
         catDict = self._data[cat]
         for (desc, loc, size) in items:
             SmbModule.writeText(rom, loc, catDict[desc], size)