mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
262428c68a
* Remove splat from repo * refactor scraps * requirements update
7 lines
154 B
Python
7 lines
154 B
Python
from splat.segtypes.n64.vtx import N64SegVtx
|
|
|
|
|
|
class N64SegVtx_common(N64SegVtx):
|
|
def format_sym_name(self, sym):
|
|
return f"N({sym.name[7:]})"
|