summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-06 00:35:48 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-06 00:35:48 -0600
commit601ec28721b250d74e7fd61300226ff07c8a710b (patch)
treeac904a0371bf85fa356fa0ced7655fbc768475df /include
parent462a0030aec788c5c1ff81ddaba555a99bcb2a84 (diff)
remove explicit memcpy and add HEAP_SIZE constant
Diffstat (limited to 'include')
-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[];