8 lines
205 B
Python
8 lines
205 B
Python
from supSMSGecko import make_xml, symbols
|
|
|
|
def main(g, ver):
|
|
S = symbols[ver]
|
|
g.C2(0x44 + S['TMario_checkCollision'], 'checkYoshi.s')
|
|
g.C2(0x1c + S['TEggYoshi_control'], 'killEgg.s')
|
|
|
|
make_xml(main)
|