Skip to content

Commit

Permalink
Expand "wait up" zones in FactoryElevator and TempleEntry rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsteele committed Mar 27, 2024
1 parent 7eadc44 commit e345475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/rooms/factory_elevator.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/rooms/temple_entry.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e345475

Please sign in to comment.