mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
revert "mark utf-8 output as such" for Bonta compatibility and sahahashashasbot compatiblity
This commit is contained in:
2
Main.py
2
Main.py
@@ -211,7 +211,7 @@ def main(args, seed=None):
|
||||
(location.item.code, location.item.player))
|
||||
for location in world.get_filled_locations() if
|
||||
type(location.address) is int]
|
||||
}).encode("utf-8-sig"))
|
||||
}).encode("utf-8"))
|
||||
if args.jsonout:
|
||||
jsonout["multidata"] = list(multidata)
|
||||
else:
|
||||
|
@@ -33,7 +33,7 @@ Notice (Team #1): [Hint]: Berserker's Progressive Sword can be found in Ganons T
|
||||
Mystery.py
|
||||
* Defaults to generating a non-race ROM (Bonta's only makes race ROMs at this time)
|
||||
If a race ROM is desired, pass --create-race as argument to it
|
||||
* When an error is generated due to a broken .yaml file, it now mentions in the error trace which file it is
|
||||
* When an error is generated due to a broken .yaml file, it now mentions in the error trace which file, line and character is the culprit
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user