mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-26 01:11:24 -05:00
Stub Compressed.find_lookback.
This commit is contained in:
parent
fd08d3926b
commit
adbc204d74
|
|
@ -210,6 +210,10 @@ class Compressed:
|
||||||
self.find_lookback(method, address)
|
self.find_lookback(method, address)
|
||||||
|
|
||||||
def find_lookback(self, method, address=None):
|
def find_lookback(self, method, address=None):
|
||||||
|
"""Temporarily stubbed, because the real function doesn't run in polynomial time."""
|
||||||
|
return 0, None
|
||||||
|
|
||||||
|
def broken_find_lookback(self, method, address=None):
|
||||||
if address is None:
|
if address is None:
|
||||||
address = self.address
|
address = self.address
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user