Aiden
Aiden
It's easier to name which functions are left. Thank you to Chippy for finding the return pattern in `pouchCheckRecipeKnown` and `pouchCheckCardKnown`. - `pouchInit` - `pouchReInit` - `pouchMain` - `pouchGetNextLevelXp` -...
An auto-formatter with the formatting rules this repo uses would be helpful. The two noteworthy rules are: ```c // Newline brackets void function() { // Space before and after *...
Replaces #248.
- [x] RaceConfig::Scenario::Scenario - [x] RaceConfig::Scenario::computeWinningTeam - [x] RaceConfig::Scenario::getPlayer (const) - [x] RaceConfig::Scenario::getPlayer - [x] RaceConfig::Scenario::reset - [x] RaceConfig::Scenario::update - [ ] RaceConfig::Scenario::updatePoints - [x] RaceConfig::Scenario::getGameType - [ ] RaceConfig::Scenario::postInitControllers...
- [x] RaceConfig::getRacePlayerCount - [ ] RaceConfig::init - [x] RaceConfig::reset - [x] RaceConfig::updateRating - [x] RaceConfig::createStaticInstance - [x] RaceConfig::destroyStaticInstance - [x] RaceConfig::~RaceConfig - [x] RaceConfig::RaceConfig - [x] RaceConfig::initRace - [...
Range: 8052d96c - 80532084 - [x] #197 - [ ] #198 - [ ] #199
As a consequence of this, the initial memory address now refers to the start of the REL header, not the start of the first section. The address of the BSS...
This will almost certainly make development much easier for new contributors in the future.
This allows people to download the builds of the latest commit without making a release.
Known usecases include Mario Kart Wii and Super Paper Mario. In some circumstances, the memory allocation for static RELs is deterministic, and leads to RELs being placed consistently at the...