mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
mention where a rom is patched to
This commit is contained in:
@@ -159,7 +159,7 @@ def adjustGUI():
|
|||||||
logging.exception(e)
|
logging.exception(e)
|
||||||
messagebox.showerror(title="Error while adjusting Rom", message=str(e))
|
messagebox.showerror(title="Error while adjusting Rom", message=str(e))
|
||||||
else:
|
else:
|
||||||
messagebox.showinfo(title="Success", message="Rom patched successfully")
|
messagebox.showinfo(title="Success", message=f"Rom patched successfully to {path}")
|
||||||
from Utils import persistent_store
|
from Utils import persistent_store
|
||||||
from Rom import Sprite
|
from Rom import Sprite
|
||||||
if isinstance(guiargs.sprite, Sprite):
|
if isinstance(guiargs.sprite, Sprite):
|
||||||
|
Reference in New Issue
Block a user