mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved symbols in unknown_080240 to header file.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef _UNKNOWN_080240_H_
|
||||
#define _UNKNOWN_080240_H_
|
||||
|
||||
#include "fast3d.h"
|
||||
|
||||
// Fast3D (F3DDKR) display list
|
||||
Gfx D_800DF440[];
|
||||
|
||||
#endif
|
||||
@@ -1,6 +1,8 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x8007F640 */
|
||||
|
||||
#include "unknown_080240.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
#include "fast3d.h"
|
||||
|
||||
@@ -72,7 +72,6 @@ D_800DD434 = 0x800DD434;
|
||||
D_800DD438 = 0x800DD438;
|
||||
D_800DD43C = 0x800DD43C;
|
||||
D_800DDC3E = 0x800DDC3E;
|
||||
D_800DF440 = 0x800DF440;
|
||||
D_800DF450 = 0x800DF450;
|
||||
D_800DF454 = 0x800DF454;
|
||||
D_800DF458 = 0x800DF458;
|
||||
|
||||
Reference in New Issue
Block a user