mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-08 17:15:51 -05:00
KECLEON_BROS_MODE_COUNT
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user