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
|
||||
Reference in New Issue
Block a user