supSMS-GeckoCode/codes/InstantRestart/make.py
sup39 421dc6591e
init
Added the following codes
- Fast Forward
- Instant Restart
- Spawn Yoshi
- Stage Intro Skip
2023-07-15 00:50:35 +09:00

7 lines
151 B
Python

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