KECLEON_BROS_MODE_COUNT

This commit is contained in:
Kermalis 2023-08-05 11:54:02 -04:00
parent 0db7804d6b
commit 595e2a0b88
2 changed files with 6 additions and 5 deletions

View File

@ -62,10 +62,11 @@ struct unkStruct_203B224
enum KecleonBrosMode
{
KECLEON_BROS_MODE_ITEMS_AWAKE = 0,
KECLEON_BROS_MODE_ITEMS_ASLEEP = 1,
KECLEON_BROS_MODE_WARES_AWAKE = 2,
KECLEON_BROS_MODE_WARES_ASLEEP = 3,
KECLEON_BROS_MODE_ITEMS_AWAKE,
KECLEON_BROS_MODE_ITEMS_ASLEEP,
KECLEON_BROS_MODE_WARES_AWAKE,
KECLEON_BROS_MODE_WARES_ASLEEP,
KECLEON_BROS_MODE_COUNT
};
enum KecleonStoreStates

View File

@ -47,7 +47,7 @@ extern u8 gUnknown_80DB9A0[];
extern u8 gUnknown_80DB9A8[];
extern u8 gUnknown_80DB9B0[];
extern const u8 *gKecleonShopDialogue[4][23];
extern const u8 *gKecleonShopDialogue[KECLEON_BROS_MODE_COUNT][23];
extern const u8 gTeamToolboxA[];
extern const u8 gTeamToolboxB[];