Example #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)
Example #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)