papermario/tools/splat_ext/vtx_common.py

7 lines
148 B
Python

from segtypes.n64.vtx import N64SegVtx
class N64SegVtx_common(N64SegVtx):
def format_sym_name(self, sym):
return f"N({sym.name[7:]})"