Hi,
I just finished adding translation support to the Cheats Mod that I took over a while ago, and have discovered a minor bug with the Window_Base class.
The new_line_x function is missing.
It's not normally an issue without the mod, so I have included the fix in the mod itself.
All I did to fix it was copy the function from the Window_Help class.