1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 06:54:33 +00:00

Decompiled ovl_Bg_Spot18_Obj (#204)

* Decompiled ovl_Bg_Spot18_Obj

* quick fix

* Added description to c file

* Update z_bg_spot18_obj.c

* PR suggestions

* PR suggestion
This commit is contained in:
Ethan Roseman 2020-06-17 08:02:28 -04:00 committed by GitHub
parent b86edcf92c
commit dcdaf850b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 257 additions and 698 deletions

View file

@ -30,7 +30,7 @@ def main():
with open(args.filename, 'rb') as f:
romData = f.read()
except IOError:
print('failed to read file' + args.filename)
print('failed to read file ' + args.filename)
sys.exit(1)
print ('static InitChainEntry sInitChain[] = {')