papermario/tools/splat_ext/gfx_common.py
Ethan Roseman 262428c68a
Splat update (#1136)
* Remove splat from repo

* refactor scraps

* requirements update
2024-01-03 02:16:18 +09:00

7 lines
154 B
Python

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