Skip to content

Commit

Permalink
New flags
Browse files Browse the repository at this point in the history
  • Loading branch information
1234567890num committed Mar 11, 2022
1 parent af20762 commit c8d8118
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 00progress.bin/hb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@
10B8 HB_FM_LAR_RE_CLEAR:
[SKIP]

10B9:
10B9 HB_WORLDS_CHECK_GOA:
[SKIP]

10BA HB_FM_13TSUURO_OUT:
Expand Down
2 changes: 1 addition & 1 deletion 00progress.bin/po.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
2432:
[SKIP]

2433:
2433 PO_SCENARIO_0_SKIP_GOA:
[SKIP]

2434 PO_106_END:
Expand Down
6 changes: 3 additions & 3 deletions Search.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
for file in files:
sfiles.append(root+'\\'+file)

Text = 'SetJump Type 0'
print('Searching ...')
Text = 'Unk1d'
print('Searching for '+Text+'...')
for file in sfiles:
f = open(file).read()
if Text in f:
if Text in f and ('Unk06' in f or 'BattleLevel' in f):
x = f.find(Text)
x = ''
print(file, x)

0 comments on commit c8d8118

Please sign in to comment.