Skip to content

Commit

Permalink
Update editor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
notBenjaminHalko committed Jan 6, 2022
1 parent 3a6d618 commit 902ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,6 @@ def getData(file,point):


#Other Constants
firstStart = not os.path.isfile(SavePath()+"/settings.ini")
textFromTxt = []
loadedStyles = [[]]*len(Styles)
rseqList = [0x3364C,0x336B8,0x33744,0x343F0,0x343F8,0x359FC,0x35A04,0x35A68,0x35A70,0x35AD4,0x35ADC,0x35B40,0x35B48,0x35BCC,0x35BD4,0x35C38,0x35C40,0x35CA4,0x35CAC,0x35D30,0x35D38,0x35DBC,0x35DC4,0x35E28,0x35E30,0x35EB4,0x35EBC,0x35F20,0x35F28,0x35F8C,0x35F94,0x36018,0x36020,0x36064,0x3606C,0x360D0,0x360D8,0x3705C,0x37064,0x370E8,0x370F0,0x371F4,0x371FC,0x37340,0x37348,0x376CC,0x376D4,0x37738,0x37740,0x3374C,0x37784,0x3778C,0x379D0,0x379D8,0x37ABC,0x37AC4,0x37B48,0x37B50,0x37BB4,0x37BBC,0x37C20,0x37C28,0x37C8C,0x37C94,0x37D18,0x37D20,0x37D64,0x37D6C,0x37E70,0x37E78,0x37EBC,0x37EC4,0x37F48,0x37F50]
Expand All @@ -1479,6 +1478,7 @@ def getData(file,point):
gctRegionOffsetsStyles = [0,0x200,-0x3420,-0x25320]
currentSystem = platform.system()
if(currentSystem == "Darwin"): currentSystem = "Mac"
firstStart = not os.path.isfile(SavePath()+"/settings.ini")

romLanguage = []
romLanguageNumber = [LoadSetting("Settings","RomLanguage",0)]*4
Expand Down

0 comments on commit 902ff43

Please sign in to comment.