summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-01-07 18:47:05 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-01-07 18:47:05 -0600
commit75f9c1650420a5d6a0e8130f471481ab19e27a77 (patch)
tree77a75a4277cd12d19c7f72977e105fcefe271a23 /include/global.h
parenta11c65ff1ac380cd213b26d0bb7a2787936b33f9 (diff)
parent75c359e3001badee4eaaf496255d3a51bdcb124e (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index b6a496dd1..7943fc569 100644
--- a/include/global.h
+++ b/include/global.h
@@ -31,6 +31,8 @@ char* strcpy(char *dst0, const char *src0);
#define POKEMON_NAME_LENGTH 10
#define OT_NAME_LENGTH 7
+#define HEAP_SIZE 0x1C000
+
extern u8 gStringVar1[];
extern u8 gStringVar2[];
extern u8 gStringVar3[];