Skip to content

Commit

Permalink
Update comp_40.tpa
Browse files Browse the repository at this point in the history
  • Loading branch information
subtledoctor authored May 23, 2024
1 parent 74cd45a commit 758fe07
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions Reflections/comp/comp_40.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -70,46 +70,6 @@ COPY_EXISTING ~%bg1_area_prefix%0700.are~ ~override~
END
BUT_ONLY

// Add Entrance to Korlasz Dungeon to BG Docks: ar1200.are
COPY_EXISTING ~%bg1_area_prefix%1200.are~ ~override~
LAUNCH_PATCH_FUNCTION ~fj_are_structure~
INT_VAR
fj_type = 2 //travel
fj_box_left = 1019 //kleinstes x
fj_box_top = 74 //kleinstes y
fj_box_right = 1154 //grˆfltes x
fj_box_bottom = 189 //grˆfltes y
fj_cursor_idx = 28 //stairs
fj_vertex_0 = 1030 + (186 << 16) //kleinstes x + kleinstes y
fj_vertex_1 = 1154 + (189 << 16) //grˆfltes x + kleinstes y
fj_vertex_2 = 1152 + (78 << 16) //grˆfltes x + grˆfltes y
fj_vertex_3 = 1019 + (74 << 16) //kleinstes x + grˆfltes y
STR_VAR
fj_structure_type = region
fj_name = C#EBG1_TranBD0120
fj_destination_area = EVAL ~bd0120~
fj_destination_name = EVAL ~C#EBG1_Exit0700~
END
// add info trigger for closed entrance
LAUNCH_PATCH_FUNCTION ~fj_are_structure~
INT_VAR
fj_type = 1 //trigger
fj_box_left = 1019 //kleinstes x
fj_box_top = 74 //kleinstes y
fj_box_right = 1154 //grˆfltes x
fj_box_bottom = 189 //grˆfltes y
fj_cursor_idx = 22 //question mark
fj_vertex_0 = 1030 + (186 << 16) //kleinstes x + kleinstes y
fj_vertex_1 = 1154 + (189 << 16) //grˆfltes x + kleinstes y
fj_vertex_2 = 1152 + (78 << 16) //grˆfltes x + grˆfltes y
fj_vertex_3 = 1019 + (74 << 16) //kleinstes x + grˆfltes y
fj_info_point_strref = RESOLVE_STR_REF (@40024)
STR_VAR
fj_structure_type = region
fj_name = c#ebg1korlasz
// fj_reg_script = c#ebg1ko
END

// Korlasz crypt bd0120
// patch bdrope.bcs so it doesn't initiate Imoen's dialogue
COPY_EXISTING ~bdrope.BCS~ ~override~
Expand Down Expand Up @@ -1039,4 +999,4 @@ END
//


END // end define function
END // end define function

0 comments on commit 758fe07

Please sign in to comment.