mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
KECLEON_BROS_MODE_COUNT
This commit is contained in:
parent
0db7804d6b
commit
595e2a0b88
|
|
@ -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[];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user