コード例 #1
0
ファイル: TextModule.py プロジェクト: madprogramer/CoilSnake
 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)
コード例 #2
0
ファイル: TextModule.py プロジェクト: elfinlazz/CoilSnake
 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)