summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-25 21:07:18 -0500
committerGitHub <noreply@github.com>2020-01-25 21:07:18 -0500
commit78864c88bb4f1e2f7a1894528db3714913cc84ca (patch)
tree7d9e646e984522e7eb9b3d0752e8277c34070eb6 /include/constants
parenta09e66b53f61027d8805e5d6bb4df3d679693485 (diff)
parent52fbc43d73995977aa8f6c45405a91c68d515061 (diff)
Merge pull request #240 from PikalaxALT/union_room_chat
Union room chat
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/global.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h
index 77ef6f203..7f3c80bb4 100644
--- a/include/constants/global.h
+++ b/include/constants/global.h
@@ -38,6 +38,10 @@
#define FEMALE 1
#define GENDER_COUNT 2
+#define BARD_SONG_LENGTH 6
+#define NUM_STORYTELLER_TALES 4
+#define NUM_TRADER_ITEMS 4
+
#define OPTIONS_BUTTON_MODE_HELP 0
#define OPTIONS_BUTTON_MODE_LR 1
#define OPTIONS_BUTTON_MODE_L_EQUALS_A 2
@@ -62,6 +66,7 @@
#define MAX_MON_MOVES 4
+#define TRAINER_ID_LENGTH 4
#define PARTY_SIZE 6
#define MULTI_PARTY_SIZE (PARTY_SIZE / 2)