summaryrefslogtreecommitdiff
path: root/extras/labels.py
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2013-02-02 23:13:32 +0100
committerSanky <gsanky@gmail.com>2013-02-02 23:20:50 +0100
commit7df002c3e20f1b728b1d29a877c3731d4867f502 (patch)
tree14cf8cb4dc2a95f4137de1967679dd45df3c0db8 /extras/labels.py
parent6b8d77ffb23443cac8ca8bc570c758f7b77fa109 (diff)
parent1bf1d6e3ea7b75445803ed8d01c49014adf2e114 (diff)
Merge https://github.com/kanzure/pokecrystal
Conflicts: constants.asm extras/crystal.py main.asm
Diffstat (limited to 'extras/labels.py')
-rw-r--r--extras/labels.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/extras/labels.py b/extras/labels.py
index a25fa3fd8..e57c6e2f3 100644
--- a/extras/labels.py
+++ b/extras/labels.py
@@ -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