switch to W_BAGITEM01QTY format

hg-commit-id: 3f55b7cddb38
This commit is contained in:
Bryan Bishop 2012-01-19 15:46:44 -06:00
parent e222c8f30f
commit 3c03ea1bc1
2 changed files with 144 additions and 144 deletions

View file

@ -4,6 +4,6 @@
#spit out some constants
for x in range(1, 51):
print "BOXITEM%.2d EQU $%s" % (x, ("%.2x" % (0xd539+(x*2))).upper())
print "BOXCOUNT%.2d EQU $%s" % (x, ("%.2x" % (0xd539+(x*2)+1)).upper())
print "W_BOXITEM%.2d EQU $%s" % (x, ("%.2x" % (0xd539+(x*2))).upper())
print "W_BOXITEM%.2dQTY EQU $%s" % (x, ("%.2x" % (0xd539+(x*2)+1)).upper())