mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
6 lines
147 B
Python
6 lines
147 B
Python
|
from segtypes.n64.gfx import N64SegGfx
|
||
|
|
||
|
class N64SegGfx_common(N64SegGfx):
|
||
|
def format_sym_name(self, sym):
|
||
|
return f"N({sym.name[7:]})"
|