summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDeokishisu <edsaletto@gmail.com>2018-10-14 14:16:07 -0400
committerDeokishisu <edsaletto@gmail.com>2018-10-14 14:16:07 -0400
commite129f4864fa342fdca46399f216ee0c0c46c26b4 (patch)
tree9df7fd1157581d84567225e2dcbc6318901dc2e9 /include/global.h
parent2bd86dad2fddb1c836b462a4137fab724c7eb305 (diff)
parent0979ea91fb247b642cf7aa9e0bea5265917923d8 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into LabelOWsProperly
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 9ae892b5c..3dab84a3a 100644
--- a/include/global.h
+++ b/include/global.h
@@ -61,8 +61,6 @@
#define min(a, b) ((a) < (b) ? (a) : (b))
#define max(a, b) ((a) >= (b) ? (a) : (b))
-#define HEAP_SIZE 0x1C000
-
extern u8 gStringVar1[];
extern u8 gStringVar2[];
extern u8 gStringVar3[];