-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
A big thing with a Pokemon disassembly is the ability to add new trainers, but the tutorial is a bit hard to follow. For one, it takes a route without any existing trainers, which makes it unclear how to proceed on a route with trainers (it's definitely not as cut and dried as it seems) or a route that already has a const_skip. When I looked around, I noticed people experienced pretty much the same problems I experienced (only 1 newly added trainer working instead of all, being repeatable despite using the event_beat, signs suddenly doubling as trainers despite placing the events in the correct order (trainers before signs)), which seems to suggest people run into the same problems trying to understand that wiki section. Would be really awesome if that section was updated to be more easily understandable.