diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-01-13 00:13:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-12 22:13:01 -0700 |
| commit | 65e7fc87df84a606103b4fc07ae48f0cf8f690ad (patch) | |
| tree | ee2976ba462c7d70fa43a1bd33127ddf29878631 /src/code_800029B0.c | |
| parent | 29f9f8890a076db1104b675c1f732eb541fc4173 (diff) | |
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>
Diffstat (limited to 'src/code_800029B0.c')
| -rw-r--r-- | src/code_800029B0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_800029B0.c b/src/code_800029B0.c index bff92b9bd..2f8097ede 100644 --- a/src/code_800029B0.c +++ b/src/code_800029B0.c @@ -93,7 +93,7 @@ struct UnkStruct_800DC5EC *D_800DC5EC = &D_8015F480[0]; struct UnkStruct_800DC5EC *D_800DC5F0 = &D_8015F480[1]; struct UnkStruct_800DC5EC *D_800DC5F4 = &D_8015F480[2]; struct UnkStruct_800DC5EC *D_800DC5F8 = &D_8015F480[3]; -s16 D_800DC5FC = 0; +u16 D_800DC5FC = 0; u8 *D_800DC600 = &osAppNmiBuffer[0]; s32 gIsMirrorMode = 0; f32 D_800DC608 = 1.0f; |
