mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-26 01:11:24 -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:]
|
values = values[1:]
|
||||||
return values
|
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):
|
def asm_at_label(asm, label):
|
||||||
label_def = label + ':'
|
label_def = label + ':'
|
||||||
lines = asm.split('\n')
|
lines = asm.split('\n')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user