mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-07 17:55:12 -05:00
fix headers and imports in labels.py
original-commit-id: 12c06174d8af879377d5d6be35f474032316eb9b
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
""" Various label/line-related functions.
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Various label/line-related functions.
|
||||
"""
|
||||
|
||||
from pointers import calculate_pointer, calculate_bank
|
||||
from pointers import (
|
||||
calculate_pointer,
|
||||
calculate_bank,
|
||||
)
|
||||
|
||||
def remove_quoted_text(line):
|
||||
"""get rid of content inside quotes
|
||||
|
||||
Reference in New Issue
Block a user