mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 22:37:57 +13:00
Merge in stag019/pokered.
hg-commit-id: d7dc03c71121
This commit is contained in:
commit
35f9f26bea
|
@ -6,12 +6,12 @@ import os
|
|||
changeset_numbers = range(266, 635)
|
||||
|
||||
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
|
||||
os.system("hg revert ../pokered.asm -r" + str(changeset_number))
|
||||
os.system("hg revert ../common.asm -r" + str(changeset_number))
|
||||
|
||||
print "generating the image.."
|
||||
|
||||
|
|
Loading…
Reference in a new issue