supSMS-GeckoCode/InstantRestart/make.py

8 lines
150 B
Python
Raw Normal View History

from supSMSGecko import make_xml, symbols
def main(g, ver):
S = symbols[ver]
g.C2(48+S['TMarDirector_updateGameMode'], 'code.s')
make_xml(main)