mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-08 02:05:12 -05:00
dump-insert the stringtotext targets
original-commit-id: 4b2d26965ef9f48860d83e3b19fddc7fda0db799
This commit is contained in:
@@ -1090,6 +1090,7 @@ class EncodedText:
|
||||
if not label:
|
||||
label = self.base_label + hex(address)
|
||||
self.label = Label(name=label, address=address, object=self)
|
||||
self.dependencies = None
|
||||
self.parse()
|
||||
script_parse_table[self.address : self.last_address] = self
|
||||
|
||||
|
||||
Reference in New Issue
Block a user