BryceSchroeder / delvmod

A Python module and demonstration programs for modding a classic computer RPG
GNU General Public License v3.0
4 stars 5 forks source link

Support Python 3 in delv/, delvpack.py, ddasm.py #13

Closed sfiera closed 5 years ago

sfiera commented 5 years ago

I didn’t try any of the other examples, but I did change them in some obvious ways, like replacing xrange() with range().

sfiera commented 5 years ago

Oh, hmm, but I do seem to have messed something up. ddasm didn’t work on the script I was trying it on, but now it does.

sfiera commented 5 years ago

OK, that’s fixed.