Label swap line margin flag

This commit is contained in:
GriffinR
2021-08-21 11:04:28 -04:00
parent ee5eee6ccc
commit 8f5e2bbeba
4 changed files with 10 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
#define MENU_L_PRESSED 1
#define MENU_R_PRESSED 2
// Exported type declarations
#define SWAP_LINE_HAS_MARGIN (1 << 7)
struct YesNoFuncTable
{
@@ -15,9 +15,6 @@ struct YesNoFuncTable
TaskFunc noFunc;
};
// Exported RAM declarations
// Exported ROM declarations
void ResetVramOamAndBgCntRegs(void);
void ResetAllBgsCoordinates(void);
void SetVBlankHBlankCallbacksToNull(void);