mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved symbols in unknown_072E50 to header file.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef _UNKNOWN_072E50_H_
|
||||
#define _UNKNOWN_072E50_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern s32 D_800DE440;
|
||||
extern char D_800DE444[68];
|
||||
extern s32 D_800DE488;
|
||||
extern s32 D_800DE48C;
|
||||
|
||||
#endif
|
||||
@@ -1,6 +1,8 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x80072250 */
|
||||
|
||||
#include "unknown_072E50.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -72,10 +72,6 @@ D_800DD434 = 0x800DD434;
|
||||
D_800DD438 = 0x800DD438;
|
||||
D_800DD43C = 0x800DD43C;
|
||||
D_800DDC3E = 0x800DDC3E;
|
||||
D_800DE440 = 0x800DE440;
|
||||
D_800DE444 = 0x800DE444;
|
||||
D_800DE488 = 0x800DE488;
|
||||
D_800DE48C = 0x800DE48C;
|
||||
D_800DE490 = 0x800DE490;
|
||||
D_800DE4B0 = 0x800DE4B0;
|
||||
D_800DE4B4 = 0x800DE4B4;
|
||||
|
||||
Reference in New Issue
Block a user