Should be the rest of them

This commit is contained in:
Elliptic Ellipsis
2022-06-22 00:00:57 +01:00
parent 66fb42033d
commit 69568e03b0
94 changed files with 213 additions and 209 deletions
+2 -2
View File
@@ -255,7 +255,7 @@ void KinstoneMenu_Type3_Overlay1(void) {
SetMenuType(4);
} else {
gMenu.overlayType = 2;
gMenu.transitionTimer = 0x14;
gMenu.transitionTimer = 20;
gScreen.lcd.displayControl |= 0x2000;
gScreen.controls.window0HorizontalDimensions = 0x6887;
gScreen.controls.window0VerticalDimensions = 0x405f;
@@ -331,7 +331,7 @@ void KinstoneMenu_Type5_Overlay2(void) {
} else {
gMenu.column_idx = 6;
gMenu.overlayType = 3;
gMenu.transitionTimer = 0x4f;
gMenu.transitionTimer = 79;
CreateObject(OBJECT_B3, 1, 0);
SoundReq(SFX_1CA);
}