Skip to content

Commit

Permalink
Update gclib
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Mar 29, 2024
1 parent 902520f commit 2f96967
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asm/disassemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from io import BytesIO

from gclib import fs_helpers as fs
from gclib.yaz0 import Yaz0
from gclib.yaz0_yay0 import Yaz0
from gclib.rel import REL
from wwrando_paths import ASM_PATH

Expand Down
2 changes: 1 addition & 1 deletion randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from gclib import fs_helpers as fs
from gclib.bfn import BFN
from gclib.bmg import BMG
from gclib.yaz0 import Yaz0
from gclib.yaz0_yay0 import Yaz0
from gclib.rarc import RARC
from gclib.dol import DOL
from gclib.rel import REL, RELRelocation, RELRelocationType
Expand Down

0 comments on commit 2f96967

Please sign in to comment.