mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -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)
|
||||
|
||||
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:
|
||||
address = self.address
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user