mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved symbols in unknown_005740 to header file.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _UNKNOWN_005740_H_
|
||||
#define _UNKNOWN_005740_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern s8 D_800DC6D0;
|
||||
extern s32 D_800DC6D4;
|
||||
extern s32 D_800DC6D8;
|
||||
extern s32 D_800DC6DC;
|
||||
extern s32 D_800DC6E0;
|
||||
|
||||
#endif
|
||||
@@ -1,6 +1,8 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x80004B40 */
|
||||
|
||||
#include "unknown_005740.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -67,10 +67,6 @@ D_800D84C0 = 0x800D84C0;
|
||||
D_800D8590 = 0x800D8590;
|
||||
D_800D9790 = 0x800D9790;
|
||||
D_800DA970 = 0x800DA970;
|
||||
D_800DC6D0 = 0x800DC6D0;
|
||||
D_800DC6D4 = 0x800DC6D4;
|
||||
D_800DC6D8 = 0x800DC6D8;
|
||||
D_800DC6E0 = 0x800DC6E0;
|
||||
D_800DC6F0 = 0x800DC6F0;
|
||||
D_800DC6F8 = 0x800DC6F8;
|
||||
D_800DC700 = 0x800DC700;
|
||||
|
||||
Reference in New Issue
Block a user