mirror of https://github.com/pret/pokeemerald.git
its flavour, not flavor
This commit is contained in:
parent
7144b3b7af
commit
7275585d56
|
@ -67,18 +67,18 @@
|
|||
#define B_BUFF_STAT 5
|
||||
#define B_BUFF_SPECIES 6
|
||||
#define B_BUFF_MON_NICK 7
|
||||
#define B_BUFF_NEGATIVE_FLAVOR 8
|
||||
#define B_BUFF_NEGATIVE_FLAVOR 8
|
||||
#define B_BUFF_ABILITY 9
|
||||
#define B_BUFF_ITEM 10
|
||||
|
||||
#define B_BUFF_PLACEHOLDER_BEGIN 0xFD
|
||||
#define B_BUFF_EOS 0xFF
|
||||
|
||||
#define PREPARE_FLAVOR_BUFFER(textVar, flavourId) \
|
||||
#define PREPARE_FLAVOR_BUFFER(textVar, flavorId) \
|
||||
{ \
|
||||
textVar[0] = B_BUFF_PLACEHOLDER_BEGIN; \
|
||||
textVar[1] = B_BUFF_NEGATIVE_FLAVOR; \
|
||||
textVar[2] = flavourId; \
|
||||
textVar[1] = B_BUFF_NEGATIVE_FLAVOR; \
|
||||
textVar[2] = flavorId; \
|
||||
textVar[3] = B_BUFF_EOS; \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue