2023-07-15 00:50:35 +09:00
|
|
|
from supSMSGecko import make_xml, symbols
|
|
|
|
|
|
|
|
def main(g, ver):
|
|
|
|
S = symbols[ver]
|
2023-07-16 10:29:04 +09:00
|
|
|
g.C2(0x44 + S['TMario_checkCollision'], 'checkYoshi.s')
|
|
|
|
g.C2(0x1c + S['TEggYoshi_control'], 'killEgg.s')
|
2023-07-15 00:50:35 +09:00
|
|
|
|
|
|
|
make_xml(main)
|