mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved symbols in unknown_07B870 to header file.
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
#ifndef _UNKNOWN_07B870_H_
|
||||
#define _UNKNOWN_07B870_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern u32 D_800DE7C0;
|
||||
extern s32 D_800DE7C4;
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DE7C8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DE848[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DE868[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DE8E8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DECE8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DEDE8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DEEE8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DEF28[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DF028[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DF0A8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DF1A8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DF3A8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DF3D8[];
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
extern u32 D_800DF410[];
|
||||
|
||||
#endif
|
||||
@@ -1,6 +1,8 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x8007AC70 */
|
||||
|
||||
#include "unknown_07B870.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -72,22 +72,6 @@ D_800DD434 = 0x800DD434;
|
||||
D_800DD438 = 0x800DD438;
|
||||
D_800DD43C = 0x800DD43C;
|
||||
D_800DDC3E = 0x800DDC3E;
|
||||
D_800DE7C0 = 0x800DE7C0;
|
||||
D_800DE7C4 = 0x800DE7C4;
|
||||
D_800DE7C8 = 0x800DE7C8;
|
||||
D_800DE848 = 0x800DE848;
|
||||
D_800DE868 = 0x800DE868;
|
||||
D_800DE8E8 = 0x800DE8E8;
|
||||
D_800DECE8 = 0x800DECE8;
|
||||
D_800DEDE8 = 0x800DEDE8;
|
||||
D_800DEEE8 = 0x800DEEE8;
|
||||
D_800DEF28 = 0x800DEF28;
|
||||
D_800DF028 = 0x800DF028;
|
||||
D_800DF0A8 = 0x800DF0A8;
|
||||
D_800DF1A8 = 0x800DF1A8;
|
||||
D_800DF3A8 = 0x800DF3A8;
|
||||
D_800DF3D8 = 0x800DF3D8;
|
||||
D_800DF410 = 0x800DF410;
|
||||
D_800DF440 = 0x800DF440;
|
||||
D_800DF450 = 0x800DF450;
|
||||
D_800DF454 = 0x800DF454;
|
||||
|
||||
Reference in New Issue
Block a user