mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
add the labels to the scripts, not to the params pointing to scripts
This commit is contained in:
parent
a34d4621ee
commit
ba72006077
@ -4458,6 +4458,7 @@ class Signpost(Command):
|
||||
|
||||
param = ScriptPointerLabelParam(address=self.address+3, map_group=self.map_group, map_id=self.map_id, debug=self.debug, force=False)
|
||||
self.params.append(param)
|
||||
param = script_parse_table[param.parsed_address]
|
||||
param.label = Label(address=param.address, object=param, name="Map"+map_names[self.map_group][self.map_id]["label"]+"Signpost"+str(self.id)+"Script")
|
||||
|
||||
#self.script_address = script_address
|
||||
|
Loading…
Reference in New Issue
Block a user