mirror of
https://github.com/n64decomp/mk64
synced 2026-08-14 12:23:49 -04:00
cleaning camera, kart_dma, menu, math_util (#436)
* cleaning camera.h * cleaning math_utils.h and remove space * cleaning kart_dma * cleaning menu.h
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "code_80281C40.h"
|
||||
#include "code_800029B0.h"
|
||||
#include "main.h"
|
||||
#include "menus.h"
|
||||
|
||||
u8 defaultCharacterIds[] = {
|
||||
1, 2, 3, 4, 5, 6, 7, 0
|
||||
|
||||
@@ -34,11 +34,8 @@ extern s32 D_00825800;
|
||||
extern s32 D_00831DC0;
|
||||
extern s32 D_00835BA0;
|
||||
|
||||
extern s8 gCharacterSelections[];
|
||||
|
||||
extern u8 defaultCharacterIds[];
|
||||
extern s8 gGPOverallRanks[8];
|
||||
extern s8 D_8018EDF3;
|
||||
|
||||
extern u8 *_data_821D10SegmentRomStart;
|
||||
extern u8 *_data_825800SegmentRomStart;
|
||||
|
||||
Reference in New Issue
Block a user