mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
874a75f456
* match function * major cleanups * rename switch functions * use graph_alloc to fix fake matches * more documentation * more matches, lots of changes * lots more work * format * Update z_scene_proc.c * very hard lagrange interpolation function OK! * remove any remaining * documentation done, only two functions left * a few more things * one function left! * document another oot leftover * last function decompiled, not matched yet * scene_proc complete * start work on z_scene * done with z_scene * remove unessecary typedefs * fix some things to remove warnings * Add z_scene_table and decomp data * Delete ctx.c * add draw cfg enum * cleanup * most scene table functions done * done for now * all scene files done * Update include/z64scene.h Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl> * add missing macros * fix some renames * scene texture file rename * added temporary structs so it still builds * more structs * even more old structs * fix boyo * should fix compile error * lets hope nothing broke * ub comment back Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl>
53 lines
1.3 KiB
C
53 lines
1.3 KiB
C
#ifndef _SEGMENT_H_
|
|
#define _SEGMENT_H_
|
|
|
|
#include <z64.h>
|
|
|
|
extern Gfx D_040008D0[];
|
|
extern Gfx D_04029CB0[];
|
|
extern Gfx D_04029CF0[];
|
|
extern Gfx D_04058BA0[];
|
|
extern Gfx D_0405AAB0[];
|
|
extern UNK_TYPE D_0405BEF0;
|
|
extern UNK_TYPE D_0405B6F0;
|
|
extern UNK_TYPE D_0405C6F0;
|
|
extern UNK_TYPE D_0405CEF0;
|
|
extern UNK_TYPE D_0405E6F0;
|
|
extern Gfx D_0405F6F0[];
|
|
extern UNK_TYPE D_0405F7C0;
|
|
extern UNK_TYPE D_0405FFC0;
|
|
extern UNK_TYPE D_040607C0;
|
|
extern UNK_TYPE D_04060FC0;
|
|
extern UNK_TYPE D_040617C0;
|
|
extern UNK_TYPE D_04061FC0;
|
|
extern UNK_TYPE D_04061FE0;
|
|
extern UNK_TYPE D_04062000;
|
|
extern UNK_TYPE D_04062020;
|
|
extern UNK_TYPE D_04062040;
|
|
extern UNK_TYPE D_04062060;
|
|
extern Gfx D_040622C0[];
|
|
extern Gfx D_04075A40[];
|
|
extern Gfx D_04075B30[];
|
|
extern Gfx D_04076BC0[];
|
|
extern Gfx D_04077480[];
|
|
|
|
extern Gfx D_05000C40[];
|
|
extern Gfx D_05017EA0[]; // pot displaylist
|
|
extern Gfx D_05018090[]; // pot break shard displaylist
|
|
extern Gfx D_0501D980[];
|
|
extern Gfx D_050219E0[];
|
|
|
|
extern UNK_TYPE D_0E000048;
|
|
extern UNK_TYPE D_0E000088;
|
|
extern UNK_TYPE D_0E000140;
|
|
extern UNK_TYPE D_0E0001C8;
|
|
extern UNK_TYPE D_0E0002C8;
|
|
|
|
extern Gfx object_ikana_obj_001100[];
|
|
extern AnimatedMaterial object_ikana_obj_001228[];
|
|
|
|
extern Gfx object_fu_kaiten_0005D0[];
|
|
extern CollisionHeader object_fu_kaiten_002D30;
|
|
|
|
#endif
|