mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Location access files cleanup (#4750)
* Move/Rename locacc files * Format locacc files * Split hyrule field file into HF, LH & LLR files * Split castle town file into MK, TOT & HC/OGC files * Split kakariko file into KAK & GY files * Split death mountain file into DMT, GC & DMC * Split lost woods file into KF, LW & SFM files * Split gerudo valley file into GV, GF, HW & COLO files * Move most files into the overworld/dungeons folder Gerudo fortress needs to be split into gerudo fortress & thieves hideout, the former into overworld and the latter into dungeons * Remove the optional second condition function We won't need it as we're doing glitches differently from 3ds rando * Post-merge fixes * Split zora's domain file into ZR, ZD & ZF files * Post-merge fixes * Forgot to save the file * Remove the optional second condition function from entrances & events * Update bottom_of_the_well.cpp * Add clarifying comment in `gerudo_fortress.cpp` * Post-merge fixes * Post-merge fixes * Remove `s` from `RegionTable_Init_GerudoTrainingGrounds` * Post-merge fixes
This commit is contained in:
parent
6a5e5e2a75
commit
1ee31e5d61
64 changed files with 8918 additions and 9064 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "soh/ResourceManagerHelpers.h"
|
||||
#include "soh/UIWidgets.hpp"
|
||||
#include "dungeon.h"
|
||||
#include "3drando/location_access.hpp"
|
||||
#include "location_access.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue