papermario/tools/splat_ext/vtx_common.py

7 lines
154 B
Python
Raw Normal View History

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