#ifndef _RAM_VARIABLES_
#define _RAM_VARIABLES_
#include "type.h"
extern uint8_t game_state;
#define OAM_SIZE 256
extern uint8_t OAM[OAM_SIZE];
#endif // _RAM_VARIABLES_