mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +00:00
Actor Cleanups (#177)
* rename init chains, colchkinfo, colider inits, damage tables * actor cleanups * fix collider init script names * small fixes * ichain arg name * change dynapoly types and names * revert enru1 data name * and the type * pr suggestions
This commit is contained in:
parent
13a94482e5
commit
78d0883f04
108 changed files with 786 additions and 869 deletions
|
@ -33,7 +33,7 @@ def main():
|
|||
print('failed to read file' + args.filename)
|
||||
sys.exit(1)
|
||||
|
||||
print ('static InitChainEntry initChain[] = {')
|
||||
print ('static InitChainEntry sInitChain[] = {')
|
||||
while True:
|
||||
entry = struct.unpack('>I', romData[romOff:romOff+4])[0]
|
||||
romOff += 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue