Animation Cleanup: En_R* (#1516)

* begin R

* finish anim R

* cleanup

* small adj

* cleanup

* CS_STATE_IDLE

* CS_ID_NONE

* more cleanup

* sBssPad

* angles

* sneak in small fix

* small fix
This commit is contained in:
engineer124
2023-11-28 22:43:36 +11:00
committed by GitHub
parent 54f7aa23b5
commit a44f19225b
157 changed files with 908 additions and 881 deletions
+1 -1
View File
@@ -7228,7 +7228,7 @@ void Camera_EarthquakeDay3(Camera* camera) {
0x1FC, // 8 Large Earthquakes between CLOCK_TIME(4, 30) to CLOCK_TIME(6, 00)
};
if ((CURRENT_DAY == 3) && (CutsceneManager_GetCurrentCsId() == -1)) {
if ((CURRENT_DAY == 3) && (CutsceneManager_GetCurrentCsId() == CS_ID_NONE)) {
time = CURRENT_TIME;
timeSpeedOffset = gSaveContext.save.timeSpeedOffset;