mirror of
https://github.com/zeldaret/oot
synced 2026-08-09 10:53:57 -04:00
dbe1a80541
* Commit and split gameplay_keep * Remove debugging bits * format * bss * merge gameplay_keep_0x400 into link_textures * Name some unused NTSC stuff * Rename files for some of the newly named unused NTSC stuff * name more gkeep files * format * spin_attack * name fish anims files * name some eff_ files * name a bunch more files * Add underscore in not-final names * cleanup limb enum names (remove g prefix) * split gameplay_keep_0x34020.c into gBugCrawlAnim.c + bug_skel.c * door.h -> door_skel.h * gArrowNAnim -> gArrowN_Anim * split arrow_anims into gArrow1_Anim + gArrow2_Anim * fix merge * bss * bss * Fix bss --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
39 lines
1.0 KiB
C
39 lines
1.0 KiB
C
#include "gameplay_keep_0x4E660.h"
|
|
#include "gfx.h"
|
|
|
|
Vtx gUnusedUnknownShape1Vtx[] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape1Vtx.inc.c"
|
|
};
|
|
|
|
Gfx gUnusedUnknownShape1DL[112] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape1DL.inc.c"
|
|
};
|
|
|
|
Gfx gUnusedUnknownShape1RefDL[2] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape1RefDL.inc.c"
|
|
};
|
|
|
|
Vtx gUnusedUnknownShape2Vtx[] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape2Vtx.inc.c"
|
|
};
|
|
|
|
Gfx gUnusedUnknownShape2DL[100] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape2DL.inc.c"
|
|
};
|
|
|
|
Gfx gUnusedUnknownShape2RefDL[2] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape2RefDL.inc.c"
|
|
};
|
|
|
|
Vtx gUnusedUnknownShape3Vtx[] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape3Vtx.inc.c"
|
|
};
|
|
|
|
Gfx gUnusedUnknownShape3DL[99] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape3DL.inc.c"
|
|
};
|
|
|
|
Gfx gUnusedUnknownShape3RefDL[2] = {
|
|
#include "assets/objects/gameplay_keep/gUnusedUnknownShape3RefDL.inc.c"
|
|
};
|