1
0

More decompiling work

This commit is contained in:
Aiden
2026-05-25 17:32:00 +10:00
parent 56829b6e0b
commit 07f48c76e0
22 changed files with 9837 additions and 5 deletions

5
h8536_table_xrefs.py Normal file
View File

@@ -0,0 +1,5 @@
from h8536.table_xrefs import main
if __name__ == "__main__":
raise SystemExit(main())