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:
parent
b86edcf92c
commit
dcdaf850b6
28 changed files with 257 additions and 698 deletions
|
@ -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[] = {')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue