Used the COMPOUND_STRING macro to unify item descriptions and item data (#3432)

* Used the COMPOUND_STRING macro to unify item descriptions and item data

Misc. Changes:
-Corrected the Serious Mint's description.
-Moved the X_ITEM_STAGES and CONFUSE_BERRY_HEAL_FRACTION macros to the top of the file for consistency's sake.
-Corrected the Tapunium Z's description.

* Oops. I forgot to delete the old .description of the X Attack

* Removed definition of CONFUSE_BERRY_HEAL_FRACTION from include/constants/items.h

* Moved CONFUSE_BERRY_HEAL_FRACTION back to include/constants/items.h

* Unified item description strings where possible

---------

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
This commit is contained in:
LOuroboros 2023-12-20 13:28:43 -03:00 committed by GitHub
parent 1708c80200
commit 5718d99f40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2315 additions and 4774 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,6 @@ static bool8 CheckPyramidBagHasSpace(u16 itemId, u16 count);
EWRAM_DATA struct BagPocket gBagPockets[POCKETS_COUNT] = {0};
#include "data/text/item_descriptions.h"
#include "data/items.h"
static u16 GetBagItemQuantity(u16 *quantity)