mirror of
https://github.com/zeldaret/oot
synced 2026-06-03 18:36:34 -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>
18 lines
670 B
C
18 lines
670 B
C
#include "circle_glow_textures.h"
|
|
|
|
u64 gCircleGlowLTex[TEX_LEN(u64, gCircleGlowLTex_WIDTH, gCircleGlowLTex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gCircleGlowLTex.i8.inc.c"
|
|
};
|
|
|
|
u64 gCircleGlowRTex[TEX_LEN(u64, gCircleGlowRTex_WIDTH, gCircleGlowRTex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gCircleGlowRTex.i8.inc.c"
|
|
};
|
|
|
|
u64 gCircleGlowSLTex[TEX_LEN(u64, gCircleGlowSLTex_WIDTH, gCircleGlowSLTex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gCircleGlowSLTex.i8.inc.c"
|
|
};
|
|
|
|
u64 gCircleGlowSRTex[TEX_LEN(u64, gCircleGlowSRTex_WIDTH, gCircleGlowSRTex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gCircleGlowSRTex.i8.inc.c"
|
|
};
|