If it's tedious, you might want to consider redesigning to not require using that many separate layouts.
I don't know if it applies to your project, but I've seen many where layouts are used gratuitously and unnecessarily. Consider using a data driven level loading system instead.
it's an action RPG-- so I feel as though a level loading system wouldn't work too well for me