mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-29 08:42:51 -04:00
Format the misformatted files in master (#354)
* Format the misformatted files in master * Correct arms_hook double-semicolon, since it was almost certainly just an accident
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ void FlagSet_Update(GameState* gameState) {
|
||||
}
|
||||
|
||||
/* Other controls */
|
||||
|
||||
|
||||
// A toggles the selected flag
|
||||
if (CHECK_BTN_ALL(input->press.button, BTN_A)) {
|
||||
*sFlagEntries[sEntryIndex].value ^= (1 << sCurrentBit);
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ void GameInfo_Init(void) {
|
||||
gGameInfo->unk_02 = 0;
|
||||
gGameInfo->unk_04 = 0;
|
||||
gGameInfo->unk_03 = 0;
|
||||
|
||||
|
||||
for (i = 0; i < ARRAY_COUNT(gGameInfo->data); i++) {
|
||||
gGameInfo->data[i] = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user