summaryrefslogtreecommitdiff
path: root/pokemontools/labels.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-02-06 19:03:21 -0600
committerBryan Bishop <kanzure@gmail.com>2014-02-06 19:03:21 -0600
commit6e6028ae3e1b03be66f3ea083e6c1d33a20f1f98 (patch)
tree7f968e98ec55a6d81a4036f509dfa3a477d08d5f /pokemontools/labels.py
parent31ec935141d1acac3301c19a8b169ec195b8ae24 (diff)
parent8b72eedc2cee810fe008fd02b80cd9bc762874af (diff)
Merge pull request #66 from yenatch/noise
Dump and format all types of sound data correctly.
Diffstat (limited to 'pokemontools/labels.py')
-rw-r--r--pokemontools/labels.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pokemontools/labels.py b/pokemontools/labels.py
index 87e9990..72700a5 100644
--- a/pokemontools/labels.py
+++ b/pokemontools/labels.py
@@ -191,8 +191,6 @@ def line_has_label(line):
return False
if line[0] == "\"":
return False
- if "::" in line:
- return False
return True
def get_label_from_line(line):