mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Disabling error printout and giving the legal screen more space
This commit is contained in:
parent
1862e4be83
commit
e257bafb23
|
|
@ -214,7 +214,7 @@ int credits()
|
|||
{
|
||||
if (update)
|
||||
{
|
||||
create_textbox(4, 1, 160, 80, true);
|
||||
create_textbox(1, 1, 200, 120, true);
|
||||
show_text_box();
|
||||
ptgb_write(credits_text_table.get_text_entry(curr_credits_num), true);
|
||||
update = false;
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ def log_warning_error(lang, type, text):
|
|||
nText = type + ": " + text
|
||||
if nText not in mainDict[lang.name][nType].values():
|
||||
mainDict[lang.name][nType][max(mainDict[lang.name][nType].keys(), default =- 1) + 1] = nText
|
||||
print(nText)
|
||||
#print(nText)
|
||||
|
||||
def hash_excel(path):
|
||||
sheets = pd.read_excel(path, sheet_name=None)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user