party_menu first quarter
This commit is contained in:
@@ -80,4 +80,6 @@ enum
|
||||
|
||||
#define NUM_BAG_POCKETS 5
|
||||
|
||||
#define MULTI_PARTY_SIZE PARTY_SIZE / 2
|
||||
|
||||
#endif //GUARD_CONSTANTS_GLOBAL_H
|
||||
|
||||
@@ -25,7 +25,11 @@
|
||||
#define TUTOR_MOVE_EXPLOSION 12
|
||||
#define TUTOR_MOVE_ROCK_SLIDE 13
|
||||
#define TUTOR_MOVE_SUBSTITUTE 14
|
||||
#define TUTOR_MOVE_COUNT 15
|
||||
#define TUTOR_MOVE_COUNT 15 // regular tutor move count
|
||||
|
||||
#define TUTOR_MOVE_FRENZY_PLANT 15
|
||||
#define TUTOR_MOVE_BLAST_BURN 16
|
||||
#define TUTOR_MOVE_HYDRO_CANNON 17
|
||||
|
||||
#define PARTY_LAYOUT_SINGLE 0
|
||||
#define PARTY_LAYOUT_DOUBLE 1
|
||||
@@ -54,7 +58,7 @@
|
||||
#define PARTY_ACTION_USE_ITEM 3
|
||||
#define PARTY_ACTION_ABILITY_PREVENTS 4
|
||||
#define PARTY_ACTION_GIVE_ITEM 5
|
||||
#define PARTY_ACTION_GIVE_PC_ITEM 6 // Unused. Not possible to give non-mail items directly from PC
|
||||
#define PARTY_ACTION_GIVE_PC_ITEM 6 // TODO: rename this one if necessary. Used for quest log.
|
||||
#define PARTY_ACTION_GIVE_MAILBOX_MAIL 7
|
||||
#define PARTY_ACTION_SWITCH 8
|
||||
#define PARTY_ACTION_SWITCHING 9
|
||||
|
||||
Reference in New Issue
Block a user