partially decompile text_printer

This commit is contained in:
sceptillion
2017-12-18 13:14:49 -08:00
parent d1437d30f7
commit f70d7efa66
39 changed files with 523 additions and 888 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ void ResetBgs(void)
SetTextModeAndHideBgs();
}
static void SetBgModeInternal(u8 bgMode)
void SetBgModeInternal(u8 bgMode)
{
sGpuBgConfigs.bgVisibilityAndMode &= 0xFFF8;
sGpuBgConfigs.bgVisibilityAndMode |= bgMode;