mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
remove two unused methods from map_editor.py
This commit is contained in:
parent
fabc78f5db
commit
d3f19c0158
|
|
@ -683,14 +683,6 @@ def macro_values(line, macro):
|
|||
values = values[1:]
|
||||
return values
|
||||
|
||||
def db_value(line):
|
||||
macro = 'db'
|
||||
return macro_values(line, macro)
|
||||
|
||||
def db_values(line):
|
||||
macro = 'db'
|
||||
return macro_values(line, macro)
|
||||
|
||||
def asm_at_label(asm, label):
|
||||
label_def = label + ':'
|
||||
lines = asm.split('\n')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user