add peach promotion

This commit is contained in:
Kenta420 2024-01-29 12:01:55 +07:00
parent cd976b3f49
commit 75c033fb31
53 changed files with 17416 additions and 63 deletions

View file

@ -57,6 +57,9 @@ Var FromMyMintPro = 0
Var RerunProEnable = 0
Var FromRerunPro = 0
; Enable pro Peach, Feb 1 - 13
Var ProPeachEnable = 0
Var NewCollectPoint = 1
If SystemDateMonthInt = 10 Then
@ -104,14 +107,25 @@ If SystemDateMonthInt = 1 Then
EndIf
If SystemDateMonthInt = 2 Then
If SystemDateDayInt >= 1 Then
If SystemDateDayInt <= 13 Then
Var ProPeachEnable = 1
EndIf
EndIf
EndIf
If BoxID = 173149 Then
Var RerunProEnable = 1
Var RerunProEnable = 0
Var ProPeachEnable = 1
EndIf
If BoxID = 105005 Then
Var RerunProEnable = 1
Var RerunProEnable = 0
Var ProPeachEnable = 1
EndIf
If BoxID = 175668 Then
@ -169,6 +183,7 @@ If InternationalEnable = 1 Then
Var MysteryProEnable = 0
Var PepweenEnable = 0
Var RerunProEnable = 0
Var ProPeachEnable = 0
EndIf