This commit is contained in:
Rémi Calixte
2021-03-21 19:21:39 +01:00
parent b43341ac3b
commit bd4835f73f
4 changed files with 6 additions and 12 deletions

View File

@@ -0,0 +1,39 @@
#ifndef POKEDIAMOND_ERROR_MESSAGE_RESET_H
#define POKEDIAMOND_ERROR_MESSAGE_RESET_H
#include "global.h"
#include "heap.h"
#include "SPI_pm.h"
#include "game_init.h"
#include "msgdata.h"
#include "text.h"
struct GraphicsBanks
{
s32 bg;
s32 bgextpltt;
s32 subbg;
s32 subbgextpltt;
s32 obj;
s32 objextpltt;
s32 subobj;
s32 subobjextpltt;
s32 tex;
s32 pltt;
};
struct GraphicsModes {
u32 mode1;
u32 mode2;
u32 mode3;
u32 mode4;
};
THUMB_FUNC void VBlankHandler();
THUMB_FUNC void PrintErrorMessageAndReset();
#endif //POKEDIAMOND_ERROR_MESSAGE_RESET_H