Replace RomStr with a generic bytearray ROM object #13

Open
opened 2013-09-05 15:45:32 +00:00 by kanzure · 0 comments
kanzure commented 2013-09-05 15:45:32 +00:00 (Migrated from github.com)

Name it class Rom or class ROM. The idea behind RomStr was to provide a set of standard functions for manipulating a ROM, but it was subclassed from str which isn't good python.

Name it `class Rom` or `class ROM`. The idea behind `RomStr` was to provide a set of standard functions for manipulating a ROM, but it was subclassed from `str` which isn't good python.
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
decomp/pokemon-reverse-engineering-tools#13
No description provided.