s Back
working on the news machine for pok?mon crystal.
spent waaaay too long fixing a very simple bug, solved by switching from std::string to std::vector<char>
but now im able to load in one of the news issues that were left in the ROM, from the server! (along with some placeholder ranks data)
next steps, i think, are to compile rankings from actual POSTed data, and set up a program to put together my own news issues in a way thats easier than writing them in a hex editor.