1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-30 10:51:21 +00:00

use variables from config.yml for gMtxClear and sShadowTex addresses

This commit is contained in:
Dragorn421 2025-02-05 18:26:25 +01:00
commit 956b3b4a96
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
3 changed files with 67 additions and 40 deletions

View file

@ -1,7 +1,7 @@
from . import extract_xml_z64
if __name__ == "__main__":
profile = True
profile = False
if profile:
import cProfile