mirror of
https://github.com/zeldaret/tmc
synced 2026-08-18 21:48:21 -04:00
SaveFile cleanup part 3
This commit is contained in:
@@ -998,8 +998,8 @@ void sub_0804235C(Entity* this) {
|
||||
void VaatiWrathType0PreAction(Entity* this) {
|
||||
int temp;
|
||||
if ((gRoomTransition.field_0x38 & 2) == 0) {
|
||||
if (gSave.timers[3] != 0) {
|
||||
gSave.timers[3]--;
|
||||
if (gSave.vaati_timer != 0) {
|
||||
gSave.vaati_timer--;
|
||||
} else {
|
||||
temp = gPlayerState.framestate_last;
|
||||
switch (temp) {
|
||||
|
||||
Reference in New Issue
Block a user