E.g. here, on a looping on both sides 40x30 map, while placed at (5, 3) so that the camera points at the tile (36, 26) in the top-left corner of the screen, Maniac returns 576 and 416 (because 36 * 16 and 26 * 16), while EasyRPG just returns two -64 (since it calculates the top-left corner of the screen tile is -4 tiles away from the (0, 0) tile).

E.g. here, on a looping on both sides 40x30 map, while placed at (5, 3) so that the camera points at the tile (36, 26) in the top-left corner of the screen, Maniac returns 576 and 416 (because 36 * 16 and 26 * 16), while EasyRPG just returns two -64 (since it calculates the top-left corner of the screen tile is -4 tiles away from the (0, 0) tile).
