mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-12 16:24:52 +13:00
update romvisualizer for common.asm
hg-commit-id: 478c951152e4
This commit is contained in:
parent
8d6fc27586
commit
d2823aea62
|
|
@ -6,12 +6,12 @@ import os
|
||||||
changeset_numbers = range(266, 635)
|
changeset_numbers = range(266, 635)
|
||||||
|
|
||||||
def take_snapshot_image(changeset_number):
|
def take_snapshot_image(changeset_number):
|
||||||
"turn pokered.asm into an image at a certain version"
|
"turn common.asm into an image at a certain version"
|
||||||
|
|
||||||
print "reverting pokered.asm to r" + str(changeset_number)
|
print "reverting common.asm to r" + str(changeset_number)
|
||||||
|
|
||||||
#revert the file
|
#revert the file
|
||||||
os.system("hg revert ../pokered.asm -r" + str(changeset_number))
|
os.system("hg revert ../common.asm -r" + str(changeset_number))
|
||||||
|
|
||||||
print "generating the image.."
|
print "generating the image.."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue