Define InitDefaultEZChatMsgs and sEZChatMessages (#1022)

This commit is contained in:
vulcandth
2022-12-26 12:55:01 -06:00
committed by GitHub
parent 25e12c9391
commit cb8505e022
7 changed files with 45 additions and 33 deletions

View File

@@ -68,3 +68,6 @@ DEF MOBILE_BATTLE_ALLOWED_MINUTES EQU 10
; + JP Mail struct $2a
DEF MOBILE_EMAIL_LENGTH EQU $1e
DEF TRADE_CORNER_REQUEST_LENGTH EQU $8f
DEF EASY_CHAT_MESSAGE_WORD_COUNT EQU 6
DEF EASY_CHAT_MESSAGE_LENGTH EQU EASY_CHAT_MESSAGE_WORD_COUNT * 2 ; every word uses 2 bytes