mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
cleanup after removing logic tracker code
This commit is contained in:
parent
544db072d0
commit
7bead5bf1e
3 changed files with 5 additions and 5 deletions
|
@ -305,7 +305,7 @@ for rr in RRs:
|
|||
_, code = code.split(None, 1)
|
||||
output(f"\tEntrance({name}, []{{return {rr.gen(code)};}}")
|
||||
if deprioritize:
|
||||
output(", \"\", false")
|
||||
output(", false")
|
||||
output("),\n")
|
||||
output("});\n")
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ using namespace Rando;
|
|||
extern "C" SaveContext gSaveContext;
|
||||
|
||||
void RegionTable_Init_Generated() {
|
||||
// clang-format off
|
||||
// clang-format off
|
||||
areaTable[RR_ROOT] = Region("Root", SCENE_ID_MAX, false, {RA_LINKS_POCKET}, {
|
||||
EventAccess(&logic->KakarikoVillageGateOpen, []{return ctx->GetOption(RSK_KAK_GATE).Is(RO_KAK_GATE_OPEN);}),
|
||||
EventAccess(&logic->THCouldFree1TorchCarpenter, []{return ctx->GetOption(RSK_GERUDO_FORTRESS).Is(RO_GF_CARPENTERS_FREE);}),
|
||||
|
@ -6324,5 +6324,5 @@ areaTable[RR_GANONS_CASTLE_ESCAPE] = Region("Ganon's Castle Escape", SCENE_GANON
|
|||
areaTable[RR_GANONS_CASTLE_GANON_ARENA] = Region("Ganon's Arena", SCENE_GANON_BOSS, false, {}, {}, {
|
||||
LOCATION(RC_GANON, logic->CanKillEnemy(RE_GANON)),
|
||||
}, {});
|
||||
// clang-format on
|
||||
// clang-format on
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ using namespace Rando;
|
|||
extern "C" SaveContext gSaveContext;
|
||||
|
||||
void RegionTable_Init_Generated() {
|
||||
// clang-format off
|
||||
// clang-format off
|
||||
::
|
||||
|
||||
def RR_ROOT SCENE_ID_MAX false RA_LINKS_POCKET
|
||||
|
@ -6717,6 +6717,6 @@ Ganon's Arena
|
|||
RC_GANON (CanKillEnemy RE_GANON)
|
||||
|
||||
::
|
||||
// clang-format on
|
||||
// clang-format on
|
||||
}
|
||||
::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue