mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved symbols in unknown_05DCD0 to header file.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef _UNKNOWN_05DCD0_H_
|
||||
#define _UNKNOWN_05DCD0_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern s16 D_800DCE00[16];
|
||||
extern s16 D_800DCE20[16];
|
||||
|
||||
#endif
|
||||
@@ -1,6 +1,8 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x8005D0D0 */
|
||||
|
||||
#include "unknown_05DCD0.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -67,8 +67,6 @@ D_800D84C0 = 0x800D84C0;
|
||||
D_800D8590 = 0x800D8590;
|
||||
D_800D9790 = 0x800D9790;
|
||||
D_800DA970 = 0x800DA970;
|
||||
D_800DCE00 = 0x800DCE00;
|
||||
D_800DCE20 = 0x800DCE20;
|
||||
D_800DCE40 = 0x800DCE40;
|
||||
D_800DCE60 = 0x800DCE60;
|
||||
D_800DCE80 = 0x800DCE80;
|
||||
|
||||
Reference in New Issue
Block a user