mirror of
https://github.com/n64decomp/mk64
synced 2026-08-31 17:02:57 -04:00
Place variables from data_0DD0A0 to code_800029B0 (#477)
They match when placed there, although its not immediately clear that they truly belong there. But a match is a match. Also cleaned up a bunch of .h files that had references to the newly matched variables. Signed-off-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
@@ -8,9 +8,4 @@
|
||||
void func_800AF9B0(void);
|
||||
void func_800B0004(void);
|
||||
|
||||
/* This is where I'd put my static data, if I had any */
|
||||
|
||||
extern s16 gCurrentCourseId; // D_800DC5A0
|
||||
extern s32 gIsMirrorMode; // D_800DC5F4
|
||||
|
||||
#endif /* CODE_800AF9B0_H */
|
||||
|
||||
Reference in New Issue
Block a user