Skip to content

Commit

Permalink
Anti Keyblade stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shananas committed May 21, 2023
1 parent 3c97e07 commit f404f3f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Randomize.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,23 @@ def modymlcopy(old,new=False,platform=False,internal=False):
modymlcopy('W_EX010_BTLF_R','W_EX010_BTLF_R_MAGIC')
elif randomresult[i] == 3:
modymlcopy('W_EX010_KH1F','W_EX010_KH1F_MAGIC')

if 6 in [0,1,2,4,5]:
modymlcopy('W_EX010_HTLF')

h.write('- name: 03system.bin\n')
h.write(' method: binarc\n')
h.write(' source:\n')
h.write(' - name: pref\n')
h.write(' method: copy\n')
h.write(' source:\n')
h.write(' - name: pref_0.bin\n')
h.write(' type: binary\n')
h.write(' - name: wmst\n')
h.write(' method: copy\n')
h.write(' source:\n')
h.write(' - name: wmst_0.list\n')
h.write(' type: list\n')

h.close()
print(randomresult)
Binary file added obj/W_EX010_HTLF.mset
Binary file not shown.
Binary file added pref_0.bin
Binary file not shown.
Binary file added wmst_0.list
Binary file not shown.

0 comments on commit f404f3f

Please sign in to comment.