pokediamond/include/error_message_reset.h
2024-09-30 18:18:30 +01:00

16 lines
308 B
C

#ifndef POKEDIAMOND_ERROR_MESSAGE_RESET_H
#define POKEDIAMOND_ERROR_MESSAGE_RESET_H
#include "global.h"
#include "SPI_pm.h"
#include "game_init.h"
#include "heap.h"
#include "msgdata.h"
#include "text.h"
void VBlankHandler();
void PrintErrorMessageAndReset();
#endif // POKEDIAMOND_ERROR_MESSAGE_RESET_H