mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved symbols in unknown_064830 to header file.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
#ifndef _UNKNOWN_064830_H_
|
||||
#define _UNKNOWN_064830_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern s8 D_800DCEB0;
|
||||
extern s32 D_800DCEB4;
|
||||
extern s32 D_800DCEB8;
|
||||
extern s32 D_800DCEBC;
|
||||
|
||||
// TODO: Figure out what this actually is.
|
||||
extern s32 D_800DCEC0[26];
|
||||
|
||||
// TODO: Figure out what this actually is.
|
||||
extern s32 D_800DCF28[34];
|
||||
|
||||
// TODO: Figure out what this actually is.
|
||||
extern s32 D_800DCFB0[10];
|
||||
|
||||
// TODO: Figure out what this actually is.
|
||||
extern s32 D_800DCFD8[10];
|
||||
|
||||
// TODO: Figure out what this actually is.
|
||||
extern s32 D_800DD000[10];
|
||||
|
||||
// TODO: Figure out what this actually is.
|
||||
extern s32 D_800DD028[10];
|
||||
|
||||
#endif
|
||||
@@ -1,6 +1,8 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x80063C30 */
|
||||
|
||||
#include "unknown_064830.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
#include "libultra_internal.h"
|
||||
|
||||
@@ -67,13 +67,6 @@ D_800D84C0 = 0x800D84C0;
|
||||
D_800D8590 = 0x800D8590;
|
||||
D_800D9790 = 0x800D9790;
|
||||
D_800DA970 = 0x800DA970;
|
||||
D_800DCEB0 = 0x800DCEB0;
|
||||
D_800DCEC0 = 0x800DCEC0;
|
||||
D_800DCF28 = 0x800DCF28;
|
||||
D_800DCFB0 = 0x800DCFB0;
|
||||
D_800DCFD8 = 0x800DCFD8;
|
||||
D_800DD000 = 0x800DD000;
|
||||
D_800DD028 = 0x800DD028;
|
||||
D_800DD050 = 0x800DD050;
|
||||
D_800DD060 = 0x800DD060;
|
||||
D_800DD064 = 0x800DD064;
|
||||
|
||||
Reference in New Issue
Block a user