mirror of
https://github.com/zeldaret/tmc
synced 2026-09-03 18:23:34 -04:00
main.c statics
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "menu.h"
|
||||
#include "dma.h"
|
||||
#include "random.h"
|
||||
#include "textbox.h"
|
||||
|
||||
// copy, erase, start
|
||||
#define NUM_FILE_OPERATIONS 3
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "readKeyInput.h"
|
||||
#include "screen.h"
|
||||
#include "structures.h"
|
||||
#include "textbox.h"
|
||||
|
||||
typedef struct {
|
||||
u8 filler0[0x4];
|
||||
|
||||
+5
-1
@@ -7,6 +7,8 @@
|
||||
#include "random.h"
|
||||
#include "readKeyInput.h"
|
||||
#include "save.h"
|
||||
#include "textbox.h"
|
||||
#include "arm_proxy.h"
|
||||
|
||||
extern void HandleIntroScreen(void);
|
||||
extern void HandleChooseFileScreen(void);
|
||||
@@ -21,6 +23,8 @@ static void (*const sScreenHandlers[])(void) = {
|
||||
[SCREEN_CREDITS] = HandleCreditsScreen, [SCREEN_DEBUG_TEXT] = HandleDebugTextScreen,
|
||||
};
|
||||
|
||||
static void sub_080560B8(void);
|
||||
|
||||
void MainLoop(void) {
|
||||
int var0;
|
||||
|
||||
@@ -161,7 +165,7 @@ const Defaults sDefaultSettings = {
|
||||
};
|
||||
|
||||
// single misplaced ldr
|
||||
NONMATCH("asm/non_matching/sub_080560B8.inc", void sub_080560B8(void)) {
|
||||
NONMATCH("asm/non_matching/sub_080560B8.inc", static void sub_080560B8(void)) {
|
||||
u32 temp;
|
||||
u32 b;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user