mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05:00
16 lines
307 B
C
16 lines
307 B
C
#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"
|
|
|
|
|
|
void VBlankHandler();
|
|
void PrintErrorMessageAndReset();
|
|
|
|
#endif //POKEDIAMOND_ERROR_MESSAGE_RESET_H
|