From d2823aea625e53ad3df8c250190ee25a40393174 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 17 Jan 2012 23:40:08 -0600 Subject: update romvisualizer for common.asm hg-commit-id: 478c951152e4 --- extras/romvisualizer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extras/romvisualizer.py') diff --git a/extras/romvisualizer.py b/extras/romvisualizer.py index a5e2af7a..7e80f786 100644 --- a/extras/romvisualizer.py +++ b/extras/romvisualizer.py @@ -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.." -- cgit v1.2.3