Correct! To help though, here's the exact info.
The formula for "Home Position X" under sideview:
screenWidth - 16 - (maxSize + 2) * 3 + index * 3 - 176
The formula for "Home Position Y" under sideview:
screenHeight - statusHeight - maxSize * 2 + (index+1) * 2 - 32
Also note that in YEP_CoreEngine, I have the width and height of the screen set for 1280 and 720, so that'll affect things. Memory leaking is also an issue in the engine that becomes very noticeable when using this many characters, so make sure that if you're using their Main Menu Manager, set "Blurry Background" to "false". It affects the in-battle command windows and when a person has to shuffle through all the characters you'll get some reports about lag and crashes, so if you're using that I hope that saves you a future headache!