fileScreen.c OK

This commit is contained in:
theo3
2021-02-03 17:38:27 -08:00
parent 32fc754306
commit be1598afbb
120 changed files with 1751 additions and 2066 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
#include "screen.h"
#include "trig.h"
#include "functions.h"
#include "save.h"
typedef struct {
@@ -243,7 +244,7 @@ void sub_08058B5C(ManagerC* this, u32 unk1) {
gScreenTransition.playerState = unk1 & 1 ? 4 : 0;
gScreenTransition.playerStartPos.HALF.x = gUnk_081082E8[unk1*3];
gScreenTransition.playerStartPos.HALF.y = gUnk_081082E8[unk1*3+1];
gUnk_02002A40.unk7 = gUnk_081082E8[unk1*3+2];
gSave.unk7 = gUnk_081082E8[unk1*3+2];
PlaySFX(0x121);
}