summaryrefslogtreecommitdiff
path: root/include/battle_message.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-11-27 21:24:34 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-11-27 21:24:34 +0100
commit7144b3b7afc60597168fd85d31f333bb3a4b1826 (patch)
tree1f8fc5034aa3f751654781f2bc393a42771c0925 /include/battle_message.h
parent6e317c64637fd3d041d3224e0bb0ca626454e8d4 (diff)
fix flavour flavor not building, fuccing americans
Diffstat (limited to 'include/battle_message.h')
-rw-r--r--include/battle_message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_message.h b/include/battle_message.h
index a820ff287..7ea4fc2f6 100644
--- a/include/battle_message.h
+++ b/include/battle_message.h
@@ -74,10 +74,10 @@
#define B_BUFF_PLACEHOLDER_BEGIN 0xFD
#define B_BUFF_EOS 0xFF
-#define PREPARE_FLAVOUR_BUFFER(textVar, flavourId) \
+#define PREPARE_FLAVOR_BUFFER(textVar, flavourId) \
{ \
textVar[0] = B_BUFF_PLACEHOLDER_BEGIN; \
- textVar[1] = B_BUFF_NEGATIVE_FLAVOUR; \
+ textVar[1] = B_BUFF_NEGATIVE_FLAVOR; \
textVar[2] = flavourId; \
textVar[3] = B_BUFF_EOS; \
}