mirror of
https://github.com/zeldaret/tmc
synced 2026-08-02 00:24:31 -04:00
Should be the rest of them
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user