mirror of
https://github.com/pmret/papermario.git
synced 2025-12-19 17:58:12 -05:00
7 lines
154 B
Python
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:]})"
|