mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-28 23:26:29 -04:00
Fix gcc warnings (#246)
* fix a huge amount of warnings * fix another big bunch * fix remaining warnings * Run formatter
This commit is contained in:
@@ -9,7 +9,7 @@ void TitleSetup_GameStateResetContext(void) {
|
||||
XREG(13) = 0;
|
||||
XREG(31) = 0;
|
||||
XREG(41) = 0x50;
|
||||
XREG(43) = 0xFFFFFC54;
|
||||
XREG(43) = 0xFC54;
|
||||
|
||||
XREG(44) = 0xD7;
|
||||
XREG(45) = 0xDA;
|
||||
|
||||
Reference in New Issue
Block a user