mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-24 21:11:34 +00:00
Fix Bug with colliderinit.py (#321)
This commit is contained in:
parent
54f762b419
commit
fb548ac9e4
@ -120,7 +120,7 @@ static ColliderJntSphInit{0} sJntSphInit =
|
||||
|
||||
|
||||
def GetTrisItems(data, off, count):
|
||||
items = GetItems(data, off, count, sf_TrisItem, f_TrisItem, 0x24)
|
||||
items = GetItems(data, off, count, sf_TrisItem, f_TrisItem, 0x3C)
|
||||
print('''
|
||||
static ColliderTrisItemInit sTrisItemsInit[{0}] = {{{1}
|
||||
}};
|
||||
|
Loading…
x
Reference in New Issue
Block a user