(06-10-2015, 01:42 PM)Tenkarider Wrote: Just saying... is it possible to open/edit the ROM/RAM with higher level languages, like C++?
You can code SNES games in a higher language, like C.
http://www.portabledev.com/media/SNES/PVSnesLib/doc/
(06-10-2015, 01:42 PM)Tenkarider Wrote: I mean, Abyssonym made Beyond Chaos with Python...
Yes, but he doesn't write ASM code in python, unless he wrote a library for it. Lord J made FF3usME with C++, I made my FF6A editor with C#. It's the same thing. You can open a ROM with any language and edit data with it or edit bytes.