mirror of
https://github.com/zeldaret/tp
synced 2026-06-26 18:32:08 -04:00
Fix a bunch of compiler warnings and document several more bugs (#3130)
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ u8 STControl::checkTrigger() {
|
||||
f32 stickValue = getValueStick();
|
||||
s16 stickAngle = getAngleStick();
|
||||
u8 var_r6 = 0;
|
||||
s16 temp_r7 = 0x2000 - field_0x26 >> 1;
|
||||
s16 temp_r7 = (0x2000 - field_0x26) >> 1;
|
||||
|
||||
if (!cM3d_IsZero(stickValue)) {
|
||||
if (stickAngle < field_0x22 - 0x7000 + temp_r7) {
|
||||
|
||||
Reference in New Issue
Block a user