z64 hierarchy scanner
Find hierarchies within Zelda 64 resource files
I made this to show cooliscool how I would go about scanning for hierarchies within a object file. Somebody might find it useful. Usage: ./hierarchy example.zobj
Source code (You don't need a Makefile, just do gcc hierarchy.c -o hierarchy or whatever)
|