Move definition of constants for movement speed

This commit is contained in:
cbt6
2021-11-03 02:56:23 +08:00
parent 3556024a06
commit 510ccbdf4c
2 changed files with 8 additions and 8 deletions

View File

@@ -32,6 +32,14 @@
// this file was known as evobjmv.c in Game Freak's original source
enum {
MOVE_SPEED_NORMAL, // walking
MOVE_SPEED_FAST_1, // running / surfing / sliding (ice tile)
MOVE_SPEED_FAST_2, // water current / acro bike
MOVE_SPEED_FASTER, // mach bike's max speed
MOVE_SPEED_FASTEST,
};
// Sprite data used throughout
#define sObjEventId data[0]
#define sTypeFuncId data[1] // Index into corresponding gMovementTypeFuncs_* table