mirror of
https://github.com/zeldaret/oot
synced 2026-06-01 01:39:35 -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>
43 lines
1.6 KiB
C
43 lines
1.6 KiB
C
#include "eff_magma_bubble.h"
|
|
#include "gfx.h"
|
|
|
|
u64 gEffMagmaBubble1Tex[TEX_LEN(u64, gEffMagmaBubble1Tex_WIDTH, gEffMagmaBubble1Tex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubble1Tex.ia8.inc.c"
|
|
};
|
|
|
|
u64 gEffMagmaBubble2Tex[TEX_LEN(u64, gEffMagmaBubble2Tex_WIDTH, gEffMagmaBubble2Tex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubble2Tex.ia8.inc.c"
|
|
};
|
|
|
|
u64 gEffMagmaBubble3Tex[TEX_LEN(u64, gEffMagmaBubble3Tex_WIDTH, gEffMagmaBubble3Tex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubble3Tex.ia8.inc.c"
|
|
};
|
|
|
|
u64 gEffMagmaBubble4Tex[TEX_LEN(u64, gEffMagmaBubble4Tex_WIDTH, gEffMagmaBubble4Tex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubble4Tex.ia8.inc.c"
|
|
};
|
|
|
|
u64 gEffMagmaBubble5Tex[TEX_LEN(u64, gEffMagmaBubble5Tex_WIDTH, gEffMagmaBubble5Tex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubble5Tex.ia8.inc.c"
|
|
};
|
|
|
|
u64 gEffMagmaBubble6Tex[TEX_LEN(u64, gEffMagmaBubble6Tex_WIDTH, gEffMagmaBubble6Tex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubble6Tex.ia8.inc.c"
|
|
};
|
|
|
|
u64 gEffMagmaBubble7Tex[TEX_LEN(u64, gEffMagmaBubble7Tex_WIDTH, gEffMagmaBubble7Tex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubble7Tex.ia8.inc.c"
|
|
};
|
|
|
|
u64 gEffMagmaBubble8Tex[TEX_LEN(u64, gEffMagmaBubble8Tex_WIDTH, gEffMagmaBubble8Tex_HEIGHT, 8)] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubble8Tex.ia8.inc.c"
|
|
};
|
|
|
|
Gfx gEffMagmaBubbleDL[12] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubbleDL.inc.c"
|
|
};
|
|
|
|
Vtx gEffMagmaBubbleVtx[] = {
|
|
#include "assets/objects/gameplay_keep/gEffMagmaBubbleVtx.inc.c"
|
|
};
|