mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-29 00:06:33 +00:00
Add back in accidentally removed D_808772E0
This commit is contained in:
parent
9f6b1c8207
commit
2e98985e94
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ static UNK_TYPE sPlatformTexture[] = {
|
|||
0x11072105, 0x19031943, 0x190518C5, 0x214518C5, 0x21432145, 0x11032103, 0x19051905, 0x19031903,
|
||||
};
|
||||
|
||||
// probably unused?
|
||||
static UNK_TYPE D_808772E0[] = { 0x00000000, 0x00000000 };
|
||||
|
||||
static Vtx sPlatformTopVerts[] = {
|
||||
VTX(60, 0, 60, 2048, -1024, 0xFF, 0xFF, 0xFF, 0xFF),
|
||||
VTX(60, 0, -60, 0, -1024, 0xFF, 0xFF, 0xFF, 0xFF),
|
||||
|
|
Loading…
Reference in a new issue