increase TEXT_BUFF_ARRAY_COUNT for expanded ability names
This commit is contained in:
parent
0a95a31ee9
commit
770224d341
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
|||
#ifndef GUARD_BATTLE_MESSAGE_H
|
||||
#define GUARD_BATTLE_MESSAGE_H
|
||||
|
||||
#define TEXT_BUFF_ARRAY_COUNT 16
|
||||
#include "constants/battle_config.h"
|
||||
|
||||
#if B_EXPANDED_ABILITY_NAMES == TRUE
|
||||
#define TEXT_BUFF_ARRAY_COUNT 17
|
||||
#else
|
||||
#define TEXT_BUFF_ARRAY_COUNT 16
|
||||
#endif
|
||||
|
||||
// for 0xFD
|
||||
#define B_TXT_BUFF1 0x0
|
||||
|
|
Loading…
Reference in a new issue