mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
crystal: PointerLabelToScriptPointer bank is not reversed
This commit is contained in:
parent
fee0f0d6a4
commit
622d6b86f7
@ -1476,7 +1476,7 @@ class PointerLabelToScriptPointer(PointerLabelParam):
|
||||
def parse(self):
|
||||
PointerLabelParam.parse(self)
|
||||
address = calculate_pointer_from_bytes_at(self.parsed_address, bank=self.bank)
|
||||
address2 = calculate_pointer_from_bytes_at(address, bank="reverse") # maybe not "reverse"?
|
||||
address2 = calculate_pointer_from_bytes_at(address, bank=True)
|
||||
self.script = parse_script_engine_script_at(address2, origin=False, map_group=self.map_group, map_id=self.map_id, force=self.force, debug=self.debug)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user