Merge branch 'master' into clone-union
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
#define MOVEMENT_TYPE_VS_SEEKER_4D 0x4D
|
||||
#define MOVEMENT_TYPE_VS_SEEKER_4E 0x4E
|
||||
#define MOVEMENT_TYPE_VS_SEEKER_4F 0x4F
|
||||
#define MOVEMENT_TYPE_WANDER_AROUND_SLOWEST 0x50
|
||||
#define MOVEMENT_TYPE_WANDER_AROUND_SLOWER 0x50
|
||||
#define MOVEMENT_TYPES_COUNT 0x51
|
||||
|
||||
#define MOVEMENT_ACTION_FACE_DOWN 0x0
|
||||
@@ -93,10 +93,10 @@
|
||||
#define MOVEMENT_ACTION_FACE_UP_FAST 0x5
|
||||
#define MOVEMENT_ACTION_FACE_LEFT_FAST 0x6
|
||||
#define MOVEMENT_ACTION_FACE_RIGHT_FAST 0x7
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_DOWN 0x8
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_UP 0x9
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_LEFT 0xA
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_RIGHT 0xB
|
||||
#define MOVEMENT_ACTION_WALK_SLOWER_DOWN 0x8
|
||||
#define MOVEMENT_ACTION_WALK_SLOWER_UP 0x9
|
||||
#define MOVEMENT_ACTION_WALK_SLOWER_LEFT 0xA
|
||||
#define MOVEMENT_ACTION_WALK_SLOWER_RIGHT 0xB
|
||||
#define MOVEMENT_ACTION_WALK_SLOW_DOWN 0xC
|
||||
#define MOVEMENT_ACTION_WALK_SLOW_UP 0xD
|
||||
#define MOVEMENT_ACTION_WALK_SLOW_LEFT 0xE
|
||||
@@ -134,10 +134,10 @@
|
||||
#define MOVEMENT_ACTION_WALK_IN_PLACE_FASTEST_UP 0x2E
|
||||
#define MOVEMENT_ACTION_WALK_IN_PLACE_FASTEST_LEFT 0x2F
|
||||
#define MOVEMENT_ACTION_WALK_IN_PLACE_FASTEST_RIGHT 0x30
|
||||
#define MOVEMENT_ACTION_FACE_DOWN_SLOW 0x31
|
||||
#define MOVEMENT_ACTION_FACE_UP_SLOW 0x32
|
||||
#define MOVEMENT_ACTION_FACE_LEFT_SLOW 0x33
|
||||
#define MOVEMENT_ACTION_FACE_RIGHT_SLOW 0x34
|
||||
#define MOVEMENT_ACTION_RIDE_WATER_CURRENT_DOWN 0x31
|
||||
#define MOVEMENT_ACTION_RIDE_WATER_CURRENT_UP 0x32
|
||||
#define MOVEMENT_ACTION_RIDE_WATER_CURRENT_LEFT 0x33
|
||||
#define MOVEMENT_ACTION_RIDE_WATER_CURRENT_RIGHT 0x34
|
||||
#define MOVEMENT_ACTION_WALK_FASTEST_DOWN 0x35
|
||||
#define MOVEMENT_ACTION_WALK_FASTEST_UP 0x36
|
||||
#define MOVEMENT_ACTION_WALK_FASTEST_LEFT 0x37
|
||||
@@ -235,33 +235,29 @@
|
||||
#define MOVEMENT_ACTION_ACRO_WHEELIE_MOVE_UP 0x91
|
||||
#define MOVEMENT_ACTION_ACRO_WHEELIE_MOVE_LEFT 0x92
|
||||
#define MOVEMENT_ACTION_ACRO_WHEELIE_MOVE_RIGHT 0x93
|
||||
#define MOVEMENT_ACTION_ACRO_END_WHEELIE_MOVE_DOWN 0x94
|
||||
#define MOVEMENT_ACTION_ACRO_END_WHEELIE_MOVE_UP 0x95
|
||||
#define MOVEMENT_ACTION_ACRO_END_WHEELIE_MOVE_LEFT 0x96
|
||||
#define MOVEMENT_ACTION_ACRO_END_WHEELIE_MOVE_RIGHT 0x97
|
||||
|
||||
// 98-A3 are unknown
|
||||
#define MOVEMENT_ACTION_0x98 0x98
|
||||
#define MOVEMENT_ACTION_0x99 0x99
|
||||
#define MOVEMENT_ACTION_0x9A 0x9A
|
||||
#define MOVEMENT_ACTION_0x9B 0x9B
|
||||
#define MOVEMENT_ACTION_0x9C 0x9C
|
||||
#define MOVEMENT_ACTION_0x9D 0x9D
|
||||
#define MOVEMENT_ACTION_0x9E 0x9E
|
||||
#define MOVEMENT_ACTION_0x9F 0x9F
|
||||
#define MOVEMENT_ACTION_0xA0 0xA0
|
||||
#define MOVEMENT_ACTION_0xA1 0xA1
|
||||
#define MOVEMENT_ACTION_0xA2 0xA2
|
||||
#define MOVEMENT_ACTION_0xA3 0xA3
|
||||
|
||||
#define MOVEMENT_ACTION_SPIN_DOWN 0x94
|
||||
#define MOVEMENT_ACTION_SPIN_UP 0x95
|
||||
#define MOVEMENT_ACTION_SPIN_LEFT 0x96
|
||||
#define MOVEMENT_ACTION_SPIN_RIGHT 0x97
|
||||
#define MOVEMENT_ACTION_0x98 0x98
|
||||
#define MOVEMENT_ACTION_0x99 0x99
|
||||
#define MOVEMENT_ACTION_0x9A 0x9A
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_DOWN 0x9B
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_UP 0x9C
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_LEFT 0x9D
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_RIGHT 0x9E
|
||||
#define MOVEMENT_ACTION_SHAKE_HEAD 0x9F
|
||||
#define MOVEMENT_ACTION_0xA0 0xA0
|
||||
#define MOVEMENT_ACTION_0xA1 0xA1
|
||||
#define MOVEMENT_ACTION_0xA2 0xA2
|
||||
#define MOVEMENT_ACTION_0xA3 0xA3
|
||||
#define MOVEMENT_ACTION_FLY_UP 0xA4
|
||||
#define MOVEMENT_ACTION_FLY_DOWN 0xA5
|
||||
|
||||
// Duplicates of JUMP_SPECIAL?
|
||||
#define MOVEMENT_ACTION_0xA6 0xA6
|
||||
#define MOVEMENT_ACTION_0xA7 0xA7
|
||||
#define MOVEMENT_ACTION_0xA8 0xA8
|
||||
#define MOVEMENT_ACTION_0xA9 0xA9
|
||||
#define MOVEMENT_ACTION_JUMP_SPECIAL_WITH_EFFECT_DOWN 0xA6
|
||||
#define MOVEMENT_ACTION_JUMP_SPECIAL_WITH_EFFECT_UP 0xA7
|
||||
#define MOVEMENT_ACTION_JUMP_SPECIAL_WITH_EFFECT_LEFT 0xA8
|
||||
#define MOVEMENT_ACTION_JUMP_SPECIAL_WITH_EFFECT_RIGHT 0xA9
|
||||
|
||||
#define MOVEMENT_ACTION_STEP_END 0xFE
|
||||
|
||||
|
||||
@@ -209,8 +209,14 @@
|
||||
#define FRIENDSHIP_EVENT_FAINT_OUTSIDE_BATTLE 8
|
||||
#define FRIENDSHIP_EVENT_FAINT_LARGE 9
|
||||
|
||||
#define PARTY_SIZE 6
|
||||
#define MAX_PER_STAT_IVS 31
|
||||
#define MAX_IV_MASK 31
|
||||
#define USE_RANDOM_IVS (MAX_PER_STAT_IVS + 1)
|
||||
#define MAX_PER_STAT_EVS 255
|
||||
#define MAX_TOTAL_EVS 510
|
||||
#define EV_ITEM_RAISE_LIMIT 100
|
||||
|
||||
#define PARTY_SIZE 6
|
||||
#define UNOWN_FORM_COUNT 28
|
||||
#define BOX_NAME_LENGTH 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user