CensoredUsername / unrpyc

A ren'py script decompiler
Other
852 stars 154 forks source link

Handle init offset better #56

Closed jackmcbarn closed 7 years ago

jackmcbarn commented 7 years ago

Currently, if an rpy uses init offset, when we decompile it, every single init block will be explicitly specified with the offset. We should come up with some heuristic for detecting this (sort of like we do with SL2 has blocks) and outputting an init offset of our own to make our output look neater.