summaryrefslogtreecommitdiff
path: root/include/battle_message.h
diff options
context:
space:
mode:
authorPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-09-06 17:59:42 -0400
committerPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-09-06 17:59:42 -0400
commitb49c5d188f19445783ff1ffa82129c4e0a55b13c (patch)
tree7b42163377025e24e3fb9e9db5a69a0faeeae0d4 /include/battle_message.h
parente6684664ba57aa3840d63860a5637c80bb7399a4 (diff)
Move buffer has and operation too
Diffstat (limited to 'include/battle_message.h')
-rw-r--r--include/battle_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_message.h b/include/battle_message.h
index 011a1cb0c..46db1bea6 100644
--- a/include/battle_message.h
+++ b/include/battle_message.h
@@ -145,7 +145,7 @@
{ \
textVar[0] = B_BUFF_PLACEHOLDER_BEGIN; \
textVar[1] = B_BUFF_STRING; \
- textVar[2] = stringId; \
+ textVar[2] = (stringId & 0XFF); \
textVar[3] = (stringId & 0xFF00) >> 8; \
textVar[4] = B_BUFF_EOS; \
}