Rename offsets

This commit is contained in:
duncanspumpkin
2021-03-02 07:27:01 +00:00
committed by CoderStig
parent 3a80d8a207
commit 51608e6776
24 changed files with 356 additions and 356 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include <macros.h>
extern u32 func_802B5224(void);
extern s32 D_800DC604;
extern s32 gIsMirrorMode;
s16 func_80005FD0(void) {
s16 temp_ret;
@@ -10,7 +10,7 @@ s16 func_80005FD0(void) {
temp_ret = func_802B5224();
phi_v1 = temp_ret;
if (D_800DC604 != 0) {
if (gIsMirrorMode != 0) {
phi_v1 = -temp_ret;
}
return phi_v1;