Merge branch 'contiguous-wram' of git://github.com/TwitchPlaysPokemon/rgbds into TwitchPlaysPokemon-contiguous-wram

This commit is contained in:
AntonioND
2017-03-15 20:52:44 +00:00
3 changed files with 20 additions and 5 deletions

View File

@@ -8,9 +8,10 @@
#include "types.h"
extern SLONG options;
#define OPT_SMALL 0x01
#define OPT_SMALL 0x01
#define OPT_SMART_C_LINK 0x02
#define OPT_OVERLAY 0x04
#define OPT_OVERLAY 0x04
#define OPT_CONTWRAM 0x08
enum eRpnData {
RPN_ADD = 0,