mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
remove silly script
hg-commit-id: 8738e623fe29
This commit is contained in:
parent
9dd2f6a0a3
commit
b205d8a02e
|
@ -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())
|
||||
|
Loading…
Reference in a new issue