mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved symbols in unknown_079F50 to header file.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef _UNKNOWN_079F50_H_
|
||||
#define _UNKNOWN_079F50_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
// Unsure about if this is an array or struct.
|
||||
extern s32 D_800DE730[];
|
||||
extern s32 D_800DE738[];
|
||||
|
||||
extern s32 D_800DE740;
|
||||
extern s32 D_800DE744;
|
||||
extern s32 D_800DE748;
|
||||
extern s32 D_800DE74C;
|
||||
|
||||
extern s32 D_800DE750;
|
||||
extern u32 D_800DE754;
|
||||
extern u32 D_800DE758;
|
||||
extern s32 D_800DE75C;
|
||||
|
||||
extern s32 D_800DE760;
|
||||
extern s32 D_800DE764;
|
||||
|
||||
#endif
|
||||
@@ -1,6 +1,8 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x80079350 */
|
||||
|
||||
#include "unknown_079F50.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
#include "libultra_internal.h"
|
||||
|
||||
@@ -72,17 +72,6 @@ D_800DD434 = 0x800DD434;
|
||||
D_800DD438 = 0x800DD438;
|
||||
D_800DD43C = 0x800DD43C;
|
||||
D_800DDC3E = 0x800DDC3E;
|
||||
D_800DE730 = 0x800DE730;
|
||||
D_800DE738 = 0x800DE738;
|
||||
D_800DE740 = 0x800DE740;
|
||||
D_800DE744 = 0x800DE744;
|
||||
D_800DE748 = 0x800DE748;
|
||||
D_800DE74C = 0x800DE74C;
|
||||
D_800DE750 = 0x800DE750;
|
||||
D_800DE754 = 0x800DE754;
|
||||
D_800DE758 = 0x800DE758;
|
||||
D_800DE760 = 0x800DE760;
|
||||
D_800DE764 = 0x800DE764;
|
||||
D_800DE770 = 0x800DE770;
|
||||
D_800DE77C = 0x800DE77C;
|
||||
D_800DE7BC = 0x800DE7BC;
|
||||
|
||||
Reference in New Issue
Block a user