mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-05 10:27:31 -04:00
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:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user