mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
Beginning
This commit is contained in:
parent
af62b0e7d7
commit
c6a7cb2c8e
23 changed files with 13 additions and 3 deletions
0
diff.py
Normal file → Executable file
0
diff.py
Normal file → Executable file
|
@ -302,9 +302,9 @@ typedef struct
|
|||
typedef struct
|
||||
{
|
||||
/* 0x00 */ ColliderBodyInfo body;
|
||||
/* 0x06 */ ColliderBodyInfoInner inner;
|
||||
/* 0x20 */ ColliderDimensions dim;
|
||||
} ColliderCylinderInit; // size = 0x2C
|
||||
/* 0x08 */ ColliderBodyInfoInner inner;
|
||||
/* 0x22 */ ColliderDimensions dim;
|
||||
} ColliderCylinderInit; // size = 0x2E
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
0
tools/ido5.3_compiler/LICENSE.md
Normal file → Executable file
0
tools/ido5.3_compiler/LICENSE.md
Normal file → Executable file
0
tools/ido5.3_compiler/lib/libmalloc.so
Normal file → Executable file
0
tools/ido5.3_compiler/lib/libmalloc.so
Normal file → Executable file
0
tools/ido5.3_compiler/lib/libmalloc_old.so
Normal file → Executable file
0
tools/ido5.3_compiler/lib/libmalloc_old.so
Normal file → Executable file
0
tools/ido5.3_compiler/lib/rld
Normal file → Executable file
0
tools/ido5.3_compiler/lib/rld
Normal file → Executable file
0
tools/ido5.3_compiler/usr/bin/cc
Normal file → Executable file
0
tools/ido5.3_compiler/usr/bin/cc
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/as0
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/as0
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/as1
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/as1
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/cfe
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/cfe
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/crt1.o
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/crt1.o
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/err.english.cc
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/err.english.cc
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/libc.so.1
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/libc.so.1
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/libexc.so
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/libexc.so
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/libgen.so
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/libgen.so
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/libm.so
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/libm.so
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/ugen
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/ugen
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/ujoin
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/ujoin
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/uld
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/uld
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/umerge
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/umerge
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/uopt
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/uopt
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/usplit
Normal file → Executable file
0
tools/ido5.3_compiler/usr/lib/usplit
Normal file → Executable file
|
@ -374,6 +374,16 @@ D_060006D0 = 0x060006D0;
|
|||
D_06000000 = 0x06000000;
|
||||
D_06000350 = 0x06000350;
|
||||
|
||||
// z_en_ru2
|
||||
D_060004CC = 0x060004CC;
|
||||
D_0600C700 = 0x0600C700;
|
||||
D_0600D3DC = 0x0600D3DC;
|
||||
D_0600DCAC = 0x0600DCAC;
|
||||
D_06000DE8 = 0x06000DE8;
|
||||
D_0600E630 = 0x0600E630;
|
||||
D_0600F03C = 0x0600F03C;
|
||||
D_0600F8B8 = 0x0600F8B8;
|
||||
|
||||
// z_bg_mjin
|
||||
D_06000140 = 0x06000140;
|
||||
D_06000330 = 0x06000330;
|
||||
|
|
Loading…
Reference in a new issue