summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-23 01:16:20 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-23 01:16:20 -0600
commitb205d8a02ede876f6494e5f0861e5b78348fafdb (patch)
tree42dac3b81c120cd20a48620a836d8e5ebf61e727 /extras
parent9dd2f6a0a34f5f3a3cc928357d4593e6bb45224b (diff)
remove silly script
hg-commit-id: 8738e623fe29
Diffstat (limited to 'extras')
-rw-r--r--extras/print_pc_items.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/extras/print_pc_items.py b/extras/print_pc_items.py
deleted file mode 100644
index 7b9dc6c3..00000000
--- a/extras/print_pc_items.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/python
-#author: Bryan Bishop <kanzure@gmail.com>
-#date: 2012-01-19
-#spit out some constants
-
-for x in range(1, 51):
- 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())
-