mirror of
https://github.com/n64decomp/mk64
synced 2026-08-09 02:25:46 -04:00
Match a variety functions (#136)
* Match func_800A4B38 * Match func_800A6034 * Change type of "blue" argument This allows the function's type signature to look the same as the other box drawing function. * Match func_800AC300 * Matched func_800AAEF4 * Matched func_800AAF30 and func_800AAF70 Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
+6
-2
@@ -100,9 +100,11 @@ extern Vp D_802B8880[];
|
||||
|
||||
extern Gfx D_0D0077A0[];
|
||||
|
||||
extern s32 D_800DC50C;
|
||||
extern u16 D_800DC51C;
|
||||
extern s32 D_800DC52C;
|
||||
extern s32 D_800DC50C;
|
||||
extern s32 D_800DC540;
|
||||
extern u16 D_800DC5FC;
|
||||
|
||||
extern u16 D_8015F890;
|
||||
|
||||
@@ -112,9 +114,9 @@ extern s32 D_80162DE0;
|
||||
extern s32 D_80162DE4;
|
||||
extern s32 D_80162DE8;
|
||||
|
||||
extern s32 D_80164A28;
|
||||
extern f32 D_80164510[];
|
||||
extern s16* D_80164550;
|
||||
extern s32 D_80164A28;
|
||||
extern s16 D_80164AF0;
|
||||
|
||||
extern s16 D_80165020[];
|
||||
@@ -160,6 +162,8 @@ extern s16 D_8016557E;
|
||||
extern s16 D_80165580;
|
||||
extern s16 D_80165582;
|
||||
|
||||
extern s8 D_801657E8;
|
||||
|
||||
extern s8 D_801658FE;
|
||||
|
||||
extern s32 D_8018D120;
|
||||
|
||||
Reference in New Issue
Block a user