From e345475fa1d249a1f6e572f633822d5469985abd Mon Sep 17 00:00:00 2001 From: "Matthew D. Steele" Date: Wed, 27 Mar 2024 07:58:43 -0400 Subject: [PATCH] Expand "wait up" zones in FactoryElevator and TempleEntry rooms --- src/rooms/factory_elevator.asm | 4 ++-- src/rooms/temple_entry.asm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rooms/factory_elevator.asm b/src/rooms/factory_elevator.asm index 48dd54a1..0e47f551 100644 --- a/src/rooms/factory_elevator.asm +++ b/src/rooms/factory_elevator.asm @@ -212,9 +212,9 @@ _Platforms_sPlatform_arr: .assert * - :- = kWaitUpZonePlatformIndex * .sizeof(sPlatform), error D_STRUCT sPlatform d_byte Type_ePlatform, ePlatform::Zone - d_word WidthPx_u16, $20 + d_word WidthPx_u16, $80 d_byte HeightPx_u8, $10 - d_word Left_i16, $00a0 + d_word Left_i16, $0050 d_word Top_i16, $0100 D_END .assert * - :- <= kMaxPlatforms * .sizeof(sPlatform), error diff --git a/src/rooms/temple_entry.asm b/src/rooms/temple_entry.asm index 09a2d8fe..d8f2a5f4 100644 --- a/src/rooms/temple_entry.asm +++ b/src/rooms/temple_entry.asm @@ -140,9 +140,9 @@ _Platforms_sPlatform_arr: : .assert * - :- = kWaitUpZonePlatformIndex * .sizeof(sPlatform), error D_STRUCT sPlatform d_byte Type_ePlatform, ePlatform::Zone - d_word WidthPx_u16, $40 + d_word WidthPx_u16, $50 d_byte HeightPx_u8, $10 - d_word Left_i16, $00e0 + d_word Left_i16, $00d0 d_word Top_i16, $0130 D_END .assert * - :- = kColumnPlatformIndex * .sizeof(sPlatform), error