Rename a bunch of D_06XXXXXX variables (#330)

* Rename a bunch of D_06XXXXXX variables

Signed-off-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
Tyler McGavran
2023-07-08 19:54:58 -04:00
committed by GitHub
parent ed404043f2
commit 2f7719086a
54 changed files with 566 additions and 567 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
#define COURSE_H
#include <ultra64.h>
#include <PR/gbi.h>
#include <macros.h>
/**
@@ -10,7 +11,7 @@
// This could be *func(arg) instead.
struct CourseAddrUnkStruct {
uintptr_t addr;
Gfx *addr;
s32 value;
};