mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
switch to W_BAGITEM01QTY format
hg-commit-id: 3f55b7cddb38
This commit is contained in:
parent
e222c8f30f
commit
3c03ea1bc1
2 changed files with 144 additions and 144 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue