mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
Document some movement action functions
This commit is contained in:
parent
9ee714be0b
commit
63de4d751b
|
|
@ -158,7 +158,8 @@
|
|||
"MOVEMENT_ACTION_152",
|
||||
"MOVEMENT_ACTION_153",
|
||||
"MAX_MOVEMENT_ACTION",
|
||||
"MOVEMENT_ACTION_END"
|
||||
"MOVEMENT_ACTION_END",
|
||||
"MOVEMENT_ACTION_NONE"
|
||||
],
|
||||
"overrides": {
|
||||
"MOVEMENT_ACTION_END": 254
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
#ifndef POKEPLATINUM_CONST_020EE31C_H
|
||||
#define POKEPLATINUM_CONST_020EE31C_H
|
||||
|
||||
extern const int *const Unk_020EE31C[];
|
||||
|
||||
#endif // POKEPLATINUM_CONST_020EE31C_H
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
#ifndef POKEPLATINUM_CONST_020EE3A8_H
|
||||
#define POKEPLATINUM_CONST_020EE3A8_H
|
||||
|
||||
#include "struct_defs/struct_020EDF0C.h"
|
||||
|
||||
extern const UnkStruct_020EDF0C *const Unk_020EE3A8[];
|
||||
|
||||
#endif // POKEPLATINUM_CONST_020EE3A8_H
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
#ifndef POKEPLATINUM_CONST_020EE4B8_H
|
||||
#define POKEPLATINUM_CONST_020EE4B8_H
|
||||
|
||||
#include "struct_decls/struct_02061AB4_decl.h"
|
||||
|
||||
extern int (*const *const Unk_020EE4B8[0x9a])(MapObject *);
|
||||
|
||||
#endif // POKEPLATINUM_CONST_020EE4B8_H
|
||||
|
|
@ -116,8 +116,8 @@ void *sub_02062A54(MapObject *param0, int param1);
|
|||
void *sub_02062A78(MapObject *param0);
|
||||
void *sub_02062A7C(MapObject *param0, int param1);
|
||||
void *sub_02062AA0(MapObject *param0);
|
||||
void *sub_02062AA4(MapObject *param0, int param1);
|
||||
void *sub_02062AC8(MapObject *param0);
|
||||
void *MapObject_InitMovementData(MapObject *mapObj, int size);
|
||||
void *MapObject_GetMovementData(MapObject *mapObj);
|
||||
void *sub_02062ACC(MapObject *param0, int param1);
|
||||
void *sub_02062AF0(MapObject *param0);
|
||||
void sub_02062AF8(MapObject *param0, UnkFuncPtr_020EDF0C param1);
|
||||
|
|
@ -139,9 +139,9 @@ void sub_02062B9C(MapObject *param0, UnkFuncPtr_ov5_021FB0F0_4 param1);
|
|||
void sub_02062BA4(MapObject *param0);
|
||||
void MapObject_SetMovementAction(MapObject *mapObj, int movementAction);
|
||||
int MapObject_GetMovementAction(const MapObject *mapObj);
|
||||
void sub_02062BC0(MapObject *param0, int param1);
|
||||
void sub_02062BC8(MapObject *param0);
|
||||
int sub_02062BD8(const MapObject *param0);
|
||||
void MapObject_SetMovementStep(MapObject *mapObj, int movementStep);
|
||||
void MapObject_AdvanceMovementStep(MapObject *mapObj);
|
||||
int MapObject_GetMovementStep(const MapObject *mapObj);
|
||||
void sub_02062BE0(MapObject *param0, u32 param1);
|
||||
u32 sub_02062BE8(const MapObject *param0);
|
||||
void sub_02062BF0(MapObject *param0, u32 param1);
|
||||
|
|
|
|||
|
|
@ -24,11 +24,11 @@ int sub_0206415C(MapObject *param0, u32 param1);
|
|||
int sub_0206417C(MapObject *param0, u32 param1);
|
||||
int MapObject_GetDxFromDir(int param0);
|
||||
int MapObject_GetDyFromDir(int param0);
|
||||
void sub_020641B4(MapObject *param0, int param1);
|
||||
void sub_02064208(MapObject *param0);
|
||||
void MapObject_StepDir(MapObject *mapObj, int dir);
|
||||
void MapObject_UpdateCoords(MapObject *mapObj);
|
||||
u32 sub_02064238(MapObject *param0, int param1);
|
||||
void MapObject_AddVecToPos(MapObject *param0, const VecFx32 *param1);
|
||||
void MapObject_StepDirection(MapObject *param0, int param1, fx32 param2);
|
||||
void MapObject_MovePosInDir(MapObject *mapObj, int dir, fx32 distance);
|
||||
int sub_020642F8(MapObject *param0);
|
||||
int sub_02064390(MapObject *param0);
|
||||
void VecFx32_StepDirection(int param0, VecFx32 *param1, fx32 param2);
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ int MapObject_HasAnimationEnded(SysTask *param0);
|
|||
void MapObject_FinishAnimation(SysTask *param0);
|
||||
int sub_02065838(int param0, int param1);
|
||||
int sub_0206587C(int param0);
|
||||
void sub_020658B4(MapObject *param0);
|
||||
void MapObject_DoMovementAction(MapObject *param0);
|
||||
int sub_020658DC(MapObject *param0);
|
||||
|
||||
#endif // POKEPLATINUM_UNK_020655F4_H
|
||||
|
|
|
|||
13
include/unk_020EDBAC.h
Normal file
13
include/unk_020EDBAC.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef POKEPLATINUM_UNK_020EDBAC_H
|
||||
#define POKEPLATINUM_UNK_020EDBAC_H
|
||||
|
||||
#include "consts/movement.h"
|
||||
|
||||
#include "struct_decls/struct_02061AB4_decl.h"
|
||||
#include "struct_defs/struct_020EDF0C.h"
|
||||
|
||||
extern int (*const *const gMovementActionFuncs[MAX_MOVEMENT_ACTION])(MapObject *);
|
||||
extern const UnkStruct_020EDF0C *const Unk_020EE3A8[];
|
||||
extern const int *const Unk_020EE31C[];
|
||||
|
||||
#endif // POKEPLATINUM_UNK_020EDBAC_H
|
||||
|
|
@ -33,8 +33,7 @@
|
|||
#include "sys_task_manager.h"
|
||||
#include "unk_020655F4.h"
|
||||
#include "unk_020677F4.h"
|
||||
|
||||
#include "constdata/const_020EE3A8.h"
|
||||
#include "unk_020EDBAC.h"
|
||||
|
||||
typedef struct MapObjectMan {
|
||||
u32 unk_00;
|
||||
|
|
@ -82,7 +81,7 @@ typedef struct MapObject {
|
|||
VecFx32 unk_94;
|
||||
u32 unk_A0;
|
||||
int movementAction;
|
||||
int unk_A8;
|
||||
int movementStep;
|
||||
u16 unk_AC;
|
||||
u16 unk_AE;
|
||||
SysTask *unk_B0;
|
||||
|
|
@ -97,7 +96,7 @@ typedef struct MapObject {
|
|||
UnkFuncPtr_ov5_021FB0F0_4 unk_D4;
|
||||
u8 unk_D8[16];
|
||||
u8 unk_E8[16];
|
||||
u8 unk_F8[16];
|
||||
u8 movementData[16];
|
||||
u8 unk_108[32];
|
||||
} MapObject;
|
||||
|
||||
|
|
@ -1503,21 +1502,19 @@ void *sub_02062AA0(MapObject *mapObj)
|
|||
return mapObj->unk_E8;
|
||||
}
|
||||
|
||||
void *sub_02062AA4(MapObject *mapObj, int param1)
|
||||
void *MapObject_InitMovementData(MapObject *mapObj, int size)
|
||||
{
|
||||
u8 *v0;
|
||||
GF_ASSERT(size <= 16);
|
||||
|
||||
GF_ASSERT(param1 <= 16);
|
||||
void *movementData = MapObject_GetMovementData(mapObj);
|
||||
memset(movementData, 0, size);
|
||||
|
||||
v0 = sub_02062AC8(mapObj);
|
||||
memset(v0, 0, param1);
|
||||
|
||||
return v0;
|
||||
return movementData;
|
||||
}
|
||||
|
||||
void *sub_02062AC8(MapObject *mapObj)
|
||||
void *MapObject_GetMovementData(MapObject *mapObj)
|
||||
{
|
||||
return mapObj->unk_F8;
|
||||
return mapObj->movementData;
|
||||
}
|
||||
|
||||
void *sub_02062ACC(MapObject *mapObj, int param1)
|
||||
|
|
@ -1633,19 +1630,19 @@ int MapObject_GetMovementAction(const MapObject *mapObj)
|
|||
return mapObj->movementAction;
|
||||
}
|
||||
|
||||
void sub_02062BC0(MapObject *mapObj, int param1)
|
||||
void MapObject_SetMovementStep(MapObject *mapObj, int movementStep)
|
||||
{
|
||||
mapObj->unk_A8 = param1;
|
||||
mapObj->movementStep = movementStep;
|
||||
}
|
||||
|
||||
void sub_02062BC8(MapObject *mapObj)
|
||||
void MapObject_AdvanceMovementStep(MapObject *mapObj)
|
||||
{
|
||||
mapObj->unk_A8++;
|
||||
mapObj->movementStep++;
|
||||
}
|
||||
|
||||
int sub_02062BD8(const MapObject *mapObj)
|
||||
int MapObject_GetMovementStep(const MapObject *mapObj)
|
||||
{
|
||||
return mapObj->unk_A8;
|
||||
return mapObj->movementStep;
|
||||
}
|
||||
|
||||
void sub_02062BE0(MapObject *mapObj, u32 param1)
|
||||
|
|
@ -2498,7 +2495,7 @@ void sub_020632D4(MapObject *mapObj, const VecFx32 *param1, int param2)
|
|||
MapObject_SetZ(mapObj, v2);
|
||||
|
||||
MapObject_SetPos(mapObj, param1);
|
||||
sub_02064208(mapObj);
|
||||
MapObject_UpdateCoords(mapObj);
|
||||
|
||||
MapObject_Face(mapObj, param2);
|
||||
|
||||
|
|
@ -2521,7 +2518,7 @@ void MapObject_SetPosDir(MapObject *mapObj, int param1, int param2, int param3,
|
|||
MapObject_SetZ(mapObj, param3);
|
||||
|
||||
MapObject_SetPos(mapObj, &v0);
|
||||
sub_02064208(mapObj);
|
||||
MapObject_UpdateCoords(mapObj);
|
||||
|
||||
MapObject_Face(mapObj, param4);
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ void MapObject_Move(MapObject *mapObj)
|
|||
sub_02063518(mapObj);
|
||||
|
||||
if (MapObject_CheckStatus(mapObj, MAP_OBJ_STATUS_4)) {
|
||||
sub_020658B4(mapObj);
|
||||
MapObject_DoMovementAction(mapObj);
|
||||
} else if (MapObject_IsMovementPaused(mapObj) == FALSE && sub_02063478(mapObj) == 1 && sub_020673C0(mapObj) == 0) {
|
||||
sub_02062B14(mapObj);
|
||||
}
|
||||
|
|
@ -830,18 +830,18 @@ int MapObject_GetDyFromDir(int param0)
|
|||
return sMapObjectDyDir[param0];
|
||||
}
|
||||
|
||||
void sub_020641B4(MapObject *mapObj, int param1)
|
||||
void MapObject_StepDir(MapObject *mapObj, int dir)
|
||||
{
|
||||
MapObject_SetXPrev(mapObj, MapObject_GetX(mapObj));
|
||||
MapObject_SetYPrev(mapObj, MapObject_GetY(mapObj));
|
||||
MapObject_SetZPrev(mapObj, MapObject_GetZ(mapObj));
|
||||
|
||||
MapObject_AddX(mapObj, MapObject_GetDxFromDir(param1));
|
||||
MapObject_AddX(mapObj, MapObject_GetDxFromDir(dir));
|
||||
MapObject_AddY(mapObj, 0);
|
||||
MapObject_AddZ(mapObj, MapObject_GetDyFromDir(param1));
|
||||
MapObject_AddZ(mapObj, MapObject_GetDyFromDir(dir));
|
||||
}
|
||||
|
||||
void sub_02064208(MapObject *mapObj)
|
||||
void MapObject_UpdateCoords(MapObject *mapObj)
|
||||
{
|
||||
MapObject_SetXPrev(mapObj, MapObject_GetX(mapObj));
|
||||
MapObject_SetYPrev(mapObj, MapObject_GetY(mapObj));
|
||||
|
|
@ -871,8 +871,7 @@ void MapObject_AddVecToPos(MapObject *mapObj, const VecFx32 *vec)
|
|||
MapObject_SetPos(mapObj, &pos);
|
||||
}
|
||||
|
||||
// TODO: This could really use a better name
|
||||
void MapObject_StepDirection(MapObject *mapObj, int dir, fx32 param2)
|
||||
void MapObject_MovePosInDir(MapObject *mapObj, int dir, fx32 distance)
|
||||
{
|
||||
VecFx32 pos;
|
||||
|
||||
|
|
@ -880,16 +879,16 @@ void MapObject_StepDirection(MapObject *mapObj, int dir, fx32 param2)
|
|||
|
||||
switch (dir) {
|
||||
case DIR_NORTH:
|
||||
pos.z -= param2;
|
||||
pos.z -= distance;
|
||||
break;
|
||||
case DIR_SOUTH:
|
||||
pos.z += param2;
|
||||
pos.z += distance;
|
||||
break;
|
||||
case DIR_WEST:
|
||||
pos.x -= param2;
|
||||
pos.x -= distance;
|
||||
break;
|
||||
case DIR_EAST:
|
||||
pos.x += param2;
|
||||
pos.x += distance;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1303,7 +1303,7 @@ static int ov5_021E0B64(UnkStruct_ov5_021F9B10 *param0)
|
|||
MapObject_SetX(param0->unk_3C, param0->unk_0C);
|
||||
MapObject_SetY(param0->unk_3C, param0->unk_10);
|
||||
MapObject_SetZ(param0->unk_3C, param0->unk_14);
|
||||
sub_02064208(param0->unk_3C);
|
||||
MapObject_UpdateCoords(param0->unk_3C);
|
||||
|
||||
ov6_02248608(param0->unk_50);
|
||||
return 1;
|
||||
|
|
@ -1433,7 +1433,7 @@ static int ov5_021E0D40(UnkStruct_ov5_021F9B10 *param0)
|
|||
MapObject_SetX(param0->unk_3C, param0->unk_0C);
|
||||
MapObject_SetY(param0->unk_3C, param0->unk_10);
|
||||
MapObject_SetZ(param0->unk_3C, param0->unk_14);
|
||||
sub_02064208(param0->unk_3C);
|
||||
MapObject_UpdateCoords(param0->unk_3C);
|
||||
|
||||
ov6_02248608(param0->unk_50);
|
||||
|
||||
|
|
|
|||
|
|
@ -3365,7 +3365,7 @@ static int ov8_0224BCA8(UnkStruct_ov8_0224C098 *param0)
|
|||
sub_02064450(v0->unk_08.unk_00, v0->unk_08.unk_04, ¶m0->unk_20);
|
||||
MapObject_SetX(v0->unk_08.unk_08, v0->unk_08.unk_00);
|
||||
MapObject_SetZ(v0->unk_08.unk_08, v0->unk_08.unk_04);
|
||||
sub_02064208(v0->unk_08.unk_08);
|
||||
MapObject_UpdateCoords(v0->unk_08.unk_08);
|
||||
ov5_021F4714(v0->unk_08.unk_0C, FX32_ONE);
|
||||
Sound_StopEffect(1356, 0);
|
||||
Sound_PlayEffect(1367);
|
||||
|
|
|
|||
|
|
@ -2552,7 +2552,7 @@ static BOOL ov9_0224AC58(UnkStruct_ov9_0224AC58 *param0, MapObject *param1)
|
|||
|
||||
if (param0->unk_04 <= 0) {
|
||||
*v4 = 0;
|
||||
sub_02064208(param1);
|
||||
MapObject_UpdateCoords(param1);
|
||||
sub_02062B68(param1);
|
||||
MapObject_TryFace(param1, v0->unk_22);
|
||||
sub_02062A0C(param1, 0x0);
|
||||
|
|
@ -5216,11 +5216,11 @@ static int ov9_0224D4C4(UnkStruct_ov9_02249B04 *param0, UnkStruct_ov9_0224D078 *
|
|||
MapObject_SetX(v5, param1->unk_0A);
|
||||
MapObject_SetY(v5, param1->unk_0C);
|
||||
MapObject_SetZ(v5, param1->unk_0E);
|
||||
sub_02064208(v5);
|
||||
MapObject_UpdateCoords(v5);
|
||||
|
||||
if (param1->unk_68 != NULL) {
|
||||
MapObject_SetY(param1->unk_68, param1->unk_0C);
|
||||
sub_02064208(param1->unk_68);
|
||||
MapObject_UpdateCoords(param1->unk_68);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
@ -5247,12 +5247,12 @@ static int ov9_0224D5E8(UnkStruct_ov9_02249B04 *param0, UnkStruct_ov9_0224D078 *
|
|||
MapObject_SetX(v0, param1->unk_0A);
|
||||
MapObject_SetY(v0, param1->unk_0C);
|
||||
MapObject_SetZ(v0, param1->unk_0E);
|
||||
sub_02064208(v0);
|
||||
MapObject_UpdateCoords(v0);
|
||||
sub_0205ED48(param0->fieldSystem->playerAvatar, 1);
|
||||
|
||||
if (param1->unk_68 != NULL) {
|
||||
MapObject_SetY(param1->unk_68, param1->unk_0C);
|
||||
sub_02064208(param1->unk_68);
|
||||
MapObject_UpdateCoords(param1->unk_68);
|
||||
}
|
||||
|
||||
if (param1->unk_00 == 1) {
|
||||
|
|
@ -6503,7 +6503,7 @@ static int ov9_0224E798(UnkStruct_ov9_02249B04 *param0, FieldTask *param1, u16 *
|
|||
MapObject_SetX(v1, v2);
|
||||
MapObject_SetY(v1, v3);
|
||||
MapObject_SetZ(v1, v4);
|
||||
sub_02064208(v1);
|
||||
MapObject_UpdateCoords(v1);
|
||||
|
||||
{
|
||||
u32 v5;
|
||||
|
|
@ -7493,7 +7493,7 @@ static BOOL ov9_0224F3BC(UnkStruct_ov9_0224F6EC *param0)
|
|||
MapObject_GetPosPtr(v1, &v0);
|
||||
v0.y -= FX32_ONE * 2;
|
||||
MapObject_SetPos(v1, &v0);
|
||||
MapObject_StepDirection(v1, MapObject_GetMovingDir(v1), (FX32_ONE * 2));
|
||||
MapObject_MovePosInDir(v1, MapObject_GetMovingDir(v1), (FX32_ONE * 2));
|
||||
}
|
||||
|
||||
param0->unk_18++;
|
||||
|
|
@ -7561,7 +7561,7 @@ static BOOL ov9_0224F3BC(UnkStruct_ov9_0224F6EC *param0)
|
|||
MapObject_SetX(v6, v8);
|
||||
MapObject_SetY(v6, v9);
|
||||
MapObject_SetZ(v6, v10);
|
||||
sub_02064208(v6);
|
||||
MapObject_UpdateCoords(v6);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -7658,7 +7658,7 @@ static BOOL ov9_0224F5D8(UnkStruct_ov9_0224F6EC *param0)
|
|||
MapObject_GetPosPtr(v1, &v0);
|
||||
v0.y -= FX32_ONE * 2;
|
||||
MapObject_SetPos(v1, &v0);
|
||||
MapObject_StepDirection(v1, MapObject_GetMovingDir(v1), (FX32_ONE * 2));
|
||||
MapObject_MovePosInDir(v1, MapObject_GetMovingDir(v1), (FX32_ONE * 2));
|
||||
}
|
||||
|
||||
param0->unk_18++;
|
||||
|
|
@ -8286,7 +8286,7 @@ static int ov9_0224FEDC(UnkStruct_ov9_02249B04 *param0, FieldTask *param1, u16 *
|
|||
MapObject_SetX(v2, v8);
|
||||
MapObject_SetY(v2, v9);
|
||||
MapObject_SetZ(v2, v10);
|
||||
sub_02064208(v2);
|
||||
MapObject_UpdateCoords(v2);
|
||||
MapObject_TryFace(v2, 2);
|
||||
MapObject_Turn(v2, 2);
|
||||
sub_02063088(v2, &v13);
|
||||
|
|
@ -8604,7 +8604,7 @@ static int ov9_02250468(UnkStruct_ov9_02249B04 *param0, FieldTask *param1, u16 *
|
|||
MapObject_SetX(v2, v8);
|
||||
MapObject_SetY(v2, v9);
|
||||
MapObject_SetZ(v2, v10);
|
||||
sub_02064208(v2);
|
||||
MapObject_UpdateCoords(v2);
|
||||
MapObject_TryFace(v2, 3);
|
||||
MapObject_Turn(v2, 3);
|
||||
sub_02063088(v2, &v13);
|
||||
|
|
|
|||
|
|
@ -433,7 +433,7 @@ void sub_0205F5E4(PlayerAvatar *playerAvatar, int param1)
|
|||
|
||||
MapObject_TryFace(mapObj, param1);
|
||||
sub_02062A0C(mapObj, 0x0);
|
||||
sub_02064208(mapObj);
|
||||
MapObject_UpdateCoords(mapObj);
|
||||
sub_020656DC(mapObj);
|
||||
LocalMapObj_SetAnimationCode(mapObj, sub_02065838(param1, 0x0));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ void sub_020645C0(MapObject *mapObj)
|
|||
}
|
||||
}
|
||||
|
||||
sub_02064208(mapObj);
|
||||
MapObject_UpdateCoords(mapObj);
|
||||
}
|
||||
|
||||
void sub_02064624(MapObject *mapObj)
|
||||
|
|
@ -455,7 +455,7 @@ static void sub_020648F4(MapObject *mapObj, int param1)
|
|||
|
||||
sub_02062A0C(mapObj, 0x0);
|
||||
sub_02062D10(mapObj);
|
||||
sub_02064208(mapObj);
|
||||
MapObject_UpdateCoords(mapObj);
|
||||
}
|
||||
|
||||
void sub_02064918(MapObject *mapObj)
|
||||
|
|
@ -503,7 +503,7 @@ static void sub_0206496C(MapObject *mapObj, int param1)
|
|||
|
||||
sub_02062A0C(mapObj, 0x0);
|
||||
sub_02062D10(mapObj);
|
||||
sub_02064208(mapObj);
|
||||
MapObject_UpdateCoords(mapObj);
|
||||
}
|
||||
|
||||
void sub_02064990(MapObject *mapObj)
|
||||
|
|
|
|||
1502
src/unk_020655F4.c
1502
src/unk_020655F4.c
File diff suppressed because it is too large
Load Diff
|
|
@ -11,164 +11,160 @@
|
|||
#include "unk_020677F4.h"
|
||||
#include "unk_02069BE0.h"
|
||||
|
||||
#include "constdata/const_020EE31C.h"
|
||||
#include "constdata/const_020EE3A8.h"
|
||||
#include "constdata/const_020EE4B8.h"
|
||||
|
||||
extern int (*const Unk_020EEC78[])(MapObject *);
|
||||
extern int (*const Unk_020EEC48[])(MapObject *);
|
||||
extern int (*const Unk_020EEC88[])(MapObject *);
|
||||
extern int (*const Unk_020EEC80[])(MapObject *);
|
||||
extern int (*const Unk_020EF59C[])(MapObject *);
|
||||
extern int (*const Unk_020EF590[])(MapObject *);
|
||||
extern int (*const Unk_020EF584[])(MapObject *);
|
||||
extern int (*const Unk_020EF578[])(MapObject *);
|
||||
extern int (*const Unk_020EF56C[])(MapObject *);
|
||||
extern int (*const Unk_020EF560[])(MapObject *);
|
||||
extern int (*const Unk_020EF554[])(MapObject *);
|
||||
extern int (*const Unk_020EF548[])(MapObject *);
|
||||
extern int (*const Unk_020EF53C[])(MapObject *);
|
||||
extern int (*const Unk_020EF530[])(MapObject *);
|
||||
extern int (*const Unk_020EF524[])(MapObject *);
|
||||
extern int (*const Unk_020EF518[])(MapObject *);
|
||||
extern int (*const Unk_020EF50C[])(MapObject *);
|
||||
extern int (*const Unk_020EF500[])(MapObject *);
|
||||
extern int (*const Unk_020EF4F4[])(MapObject *);
|
||||
extern int (*const Unk_020EF4E8[])(MapObject *);
|
||||
extern int (*const Unk_020EF4DC[])(MapObject *);
|
||||
extern int (*const Unk_020EF4D0[])(MapObject *);
|
||||
extern int (*const Unk_020EF4C4[])(MapObject *);
|
||||
extern int (*const Unk_020EF4B8[])(MapObject *);
|
||||
extern int (*const Unk_020EF4AC[])(MapObject *);
|
||||
extern int (*const Unk_020EF4A0[])(MapObject *);
|
||||
extern int (*const Unk_020EF494[])(MapObject *);
|
||||
extern int (*const Unk_020EF488[])(MapObject *);
|
||||
extern int (*const Unk_020EF194[])(MapObject *);
|
||||
extern int (*const Unk_020EF224[])(MapObject *);
|
||||
extern int (*const Unk_020EF440[])(MapObject *);
|
||||
extern int (*const Unk_020EF470[])(MapObject *);
|
||||
extern int (*const Unk_020EF47C[])(MapObject *);
|
||||
extern int (*const Unk_020EF230[])(MapObject *);
|
||||
extern int (*const Unk_020EF458[])(MapObject *);
|
||||
extern int (*const Unk_020EF464[])(MapObject *);
|
||||
extern int (*const Unk_020EF5A8[])(MapObject *);
|
||||
extern int (*const Unk_020EF5B4[])(MapObject *);
|
||||
extern int (*const Unk_020EF434[])(MapObject *);
|
||||
extern int (*const Unk_020EF428[])(MapObject *);
|
||||
extern int (*const Unk_020EF41C[])(MapObject *);
|
||||
extern int (*const Unk_020EF410[])(MapObject *);
|
||||
extern int (*const Unk_020EF404[])(MapObject *);
|
||||
extern int (*const Unk_020EF3F8[])(MapObject *);
|
||||
extern int (*const Unk_020EF3EC[])(MapObject *);
|
||||
extern int (*const Unk_020EF3E0[])(MapObject *);
|
||||
extern int (*const Unk_020EF3D4[])(MapObject *);
|
||||
extern int (*const Unk_020EF3C8[])(MapObject *);
|
||||
extern int (*const Unk_020EF3BC[])(MapObject *);
|
||||
extern int (*const Unk_020EF3B0[])(MapObject *);
|
||||
extern int (*const Unk_020EF3A4[])(MapObject *);
|
||||
extern int (*const Unk_020EF398[])(MapObject *);
|
||||
extern int (*const Unk_020EF38C[])(MapObject *);
|
||||
extern int (*const Unk_020EF380[])(MapObject *);
|
||||
extern int (*const Unk_020EF374[])(MapObject *);
|
||||
extern int (*const Unk_020EF368[])(MapObject *);
|
||||
extern int (*const Unk_020EF35C[])(MapObject *);
|
||||
extern int (*const Unk_020EF350[])(MapObject *);
|
||||
extern int (*const Unk_020EF344[])(MapObject *);
|
||||
extern int (*const Unk_020EF338[])(MapObject *);
|
||||
extern int (*const Unk_020EF32C[])(MapObject *);
|
||||
extern int (*const Unk_020EF320[])(MapObject *);
|
||||
extern int (*const Unk_020EF314[])(MapObject *);
|
||||
extern int (*const Unk_020EF308[])(MapObject *);
|
||||
extern int (*const Unk_020EF2FC[])(MapObject *);
|
||||
extern int (*const Unk_020EF2F0[])(MapObject *);
|
||||
extern int (*const Unk_020EF2E4[])(MapObject *);
|
||||
extern int (*const Unk_020EF2D8[])(MapObject *);
|
||||
extern int (*const Unk_020EEC98[])(MapObject *);
|
||||
extern int (*const Unk_020EF2C0[])(MapObject *);
|
||||
extern int (*const Unk_020EF2B4[])(MapObject *);
|
||||
extern int (*const Unk_020EF2A8[])(MapObject *);
|
||||
extern int (*const Unk_020EF020[])(MapObject *);
|
||||
extern int (*const Unk_020EF17C[])(MapObject *);
|
||||
extern int (*const Unk_020EF1A0[])(MapObject *);
|
||||
extern int (*const Unk_020EF44C[])(MapObject *);
|
||||
extern int (*const Unk_020EF29C[])(MapObject *);
|
||||
extern int (*const Unk_020EF290[])(MapObject *);
|
||||
extern int (*const Unk_020EF284[])(MapObject *);
|
||||
extern int (*const Unk_020EF278[])(MapObject *);
|
||||
extern int (*const Unk_020EF26C[])(MapObject *);
|
||||
extern int (*const Unk_020EF260[])(MapObject *);
|
||||
extern int (*const Unk_020EF254[])(MapObject *);
|
||||
extern int (*const Unk_020EF248[])(MapObject *);
|
||||
extern int (*const Unk_020EF23C[])(MapObject *);
|
||||
extern int (*const Unk_020EEC70[])(MapObject *);
|
||||
extern int (*const Unk_020EEC68[])(MapObject *);
|
||||
extern int (*const Unk_020EEC50[])(MapObject *);
|
||||
extern int (*const Unk_020EEC90[])(MapObject *);
|
||||
extern int (*const Unk_020EEC58[])(MapObject *);
|
||||
extern int (*const Unk_020EEC60[])(MapObject *);
|
||||
extern int (*const Unk_020EF218[])(MapObject *);
|
||||
extern int (*const Unk_020EF20C[])(MapObject *);
|
||||
extern int (*const Unk_020EF200[])(MapObject *);
|
||||
extern int (*const Unk_020EF1F4[])(MapObject *);
|
||||
extern int (*const Unk_020EF1E8[])(MapObject *);
|
||||
extern int (*const Unk_020EF1DC[])(MapObject *);
|
||||
extern int (*const Unk_020EF1D0[])(MapObject *);
|
||||
extern int (*const Unk_020EF1C4[])(MapObject *);
|
||||
extern int (*const Unk_020EF1B8[])(MapObject *);
|
||||
extern int (*const Unk_020EF188[])(MapObject *);
|
||||
extern int (*const Unk_020EF5C0[])(MapObject *);
|
||||
extern int (*const Unk_020EF164[])(MapObject *);
|
||||
extern int (*const Unk_020EF158[])(MapObject *);
|
||||
extern int (*const Unk_020EF14C[])(MapObject *);
|
||||
extern int (*const Unk_020EF140[])(MapObject *);
|
||||
extern int (*const Unk_020EF134[])(MapObject *);
|
||||
extern int (*const Unk_020EF128[])(MapObject *);
|
||||
extern int (*const Unk_020EF11C[])(MapObject *);
|
||||
extern int (*const Unk_020EF110[])(MapObject *);
|
||||
extern int (*const Unk_020EF104[])(MapObject *);
|
||||
extern int (*const Unk_020EF0F8[])(MapObject *);
|
||||
extern int (*const Unk_020EF0EC[])(MapObject *);
|
||||
extern int (*const Unk_020EF0E0[])(MapObject *);
|
||||
extern int (*const Unk_020EF0D4[])(MapObject *);
|
||||
extern int (*const Unk_020EF0C8[])(MapObject *);
|
||||
extern int (*const Unk_020EF0BC[])(MapObject *);
|
||||
extern int (*const Unk_020EF2CC[])(MapObject *);
|
||||
extern int (*const Unk_020EF0A4[])(MapObject *);
|
||||
extern int (*const Unk_020EF098[])(MapObject *);
|
||||
extern int (*const Unk_020EF08C[])(MapObject *);
|
||||
extern int (*const Unk_020EF080[])(MapObject *);
|
||||
extern int (*const Unk_020EF074[])(MapObject *);
|
||||
extern int (*const Unk_020EF068[])(MapObject *);
|
||||
extern int (*const Unk_020EF05C[])(MapObject *);
|
||||
extern int (*const Unk_020EF050[])(MapObject *);
|
||||
extern int (*const Unk_020EF044[])(MapObject *);
|
||||
extern int (*const Unk_020EF038[])(MapObject *);
|
||||
extern int (*const Unk_020EF014[])(MapObject *);
|
||||
extern int (*const Unk_020EF5CC[])(MapObject *);
|
||||
extern int (*const Unk_020EEFF0[])(MapObject *);
|
||||
extern int (*const Unk_020EEFE4[])(MapObject *);
|
||||
extern int (*const Unk_020EEFD8[])(MapObject *);
|
||||
extern int (*const Unk_020EEFCC[])(MapObject *);
|
||||
extern int (*const Unk_020EEFC0[])(MapObject *);
|
||||
extern int (*const Unk_020EEFB4[])(MapObject *);
|
||||
extern int (*const Unk_020EEFA8[])(MapObject *);
|
||||
extern int (*const Unk_020EF0B0[])(MapObject *);
|
||||
extern int (*const Unk_020EEF90[])(MapObject *);
|
||||
extern int (*const Unk_020EEF84[])(MapObject *);
|
||||
extern int (*const Unk_020EEF6C[])(MapObject *);
|
||||
extern int (*const Unk_020EEF78[])(MapObject *);
|
||||
extern int (*const Unk_020EF008[])(MapObject *);
|
||||
extern int (*const Unk_020EF02C[])(MapObject *);
|
||||
extern int (*const Unk_020EF1AC[])(MapObject *);
|
||||
extern int (*const Unk_020EF5D8[])(MapObject *);
|
||||
extern int (*const Unk_020EECBC[])(MapObject *);
|
||||
extern int (*const Unk_020EECB0[])(MapObject *);
|
||||
extern int (*const Unk_020EECA4[])(MapObject *);
|
||||
extern int (*const Unk_020EEF9C[])(MapObject *);
|
||||
extern int (*const Unk_020EEF60[])(MapObject *);
|
||||
extern int (*const Unk_020EEFFC[])(MapObject *);
|
||||
extern int (*const Unk_020EF170[])(MapObject *);
|
||||
extern int (*const Unk_020EF5E4[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_000[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_001[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_002[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_003[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_004[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_005[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_006[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_007[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_008[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_009[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_010[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_011[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_012[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_013[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_014[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_015[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_016[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_017[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_018[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_019[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_020[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_021[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_022[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_023[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_084[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_085[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_086[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_087[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_088[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_089[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_090[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_091[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_024[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_025[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_026[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_027[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_028[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_029[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_030[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_031[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_032[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_033[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_034[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_035[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_036[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_037[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_038[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_039[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_040[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_041[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_042[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_043[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_044[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_045[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_046[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_047[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_048[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_049[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_050[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_051[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_052[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_053[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_054[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_055[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_056[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_057[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_058[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_059[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_092[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_093[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_094[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_095[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_117[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_118[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_119[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_120[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_060[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_061[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_062[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_063[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_064[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_065[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_066[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_067[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_068[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_069[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_070[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_071[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_072[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_073[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_074[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_075[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_103[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_076[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_077[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_078[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_079[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_080[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_081[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_082[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_083[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_096[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_097[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_098[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_099[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_100[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_101[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_102[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_104[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_105[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_106[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_107[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_108[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_109[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_110[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_111[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_112[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_113[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_114[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_115[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_116[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_145[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_146[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_147[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_148[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_149[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_150[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_151[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_152[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_121[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_122[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_123[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_124[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_125[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_126[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_127[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_128[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_129[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_130[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_131[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_132[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_133[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_134[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_135[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_136[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_137[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_138[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_139[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_140[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_141[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_142[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_143[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_144[])(MapObject *);
|
||||
extern int (*const gMovementActionFuncs_153[])(MapObject *);
|
||||
|
||||
static const UnkStruct_020EDF0C Unk_020EDF0C = {
|
||||
0x0,
|
||||
|
|
@ -785,161 +781,161 @@ const UnkStruct_020EDF0C *const Unk_020EE3A8[] = {
|
|||
&Unk_020EE2B8
|
||||
};
|
||||
|
||||
int (*const *const Unk_020EE4B8[MAX_MOVEMENT_ACTION])(MapObject *) = {
|
||||
Unk_020EEC78,
|
||||
Unk_020EEC48,
|
||||
Unk_020EEC88,
|
||||
Unk_020EEC80,
|
||||
Unk_020EF59C,
|
||||
Unk_020EF590,
|
||||
Unk_020EF584,
|
||||
Unk_020EF578,
|
||||
Unk_020EF56C,
|
||||
Unk_020EF560,
|
||||
Unk_020EF554,
|
||||
Unk_020EF548,
|
||||
Unk_020EF53C,
|
||||
Unk_020EF530,
|
||||
Unk_020EF524,
|
||||
Unk_020EF518,
|
||||
Unk_020EF50C,
|
||||
Unk_020EF500,
|
||||
Unk_020EF4F4,
|
||||
Unk_020EF4E8,
|
||||
Unk_020EF4DC,
|
||||
Unk_020EF4D0,
|
||||
Unk_020EF4C4,
|
||||
Unk_020EF4B8,
|
||||
Unk_020EF47C,
|
||||
Unk_020EF230,
|
||||
Unk_020EF458,
|
||||
Unk_020EF464,
|
||||
Unk_020EF5A8,
|
||||
Unk_020EF5B4,
|
||||
Unk_020EF434,
|
||||
Unk_020EF428,
|
||||
Unk_020EF41C,
|
||||
Unk_020EF410,
|
||||
Unk_020EF404,
|
||||
Unk_020EF3F8,
|
||||
Unk_020EF3EC,
|
||||
Unk_020EF3E0,
|
||||
Unk_020EF3D4,
|
||||
Unk_020EF3C8,
|
||||
Unk_020EF3BC,
|
||||
Unk_020EF3B0,
|
||||
Unk_020EF3A4,
|
||||
Unk_020EF398,
|
||||
Unk_020EF38C,
|
||||
Unk_020EF380,
|
||||
Unk_020EF374,
|
||||
Unk_020EF368,
|
||||
Unk_020EF35C,
|
||||
Unk_020EF350,
|
||||
Unk_020EF344,
|
||||
Unk_020EF338,
|
||||
Unk_020EF32C,
|
||||
Unk_020EF320,
|
||||
Unk_020EF314,
|
||||
Unk_020EF308,
|
||||
Unk_020EF2FC,
|
||||
Unk_020EF2F0,
|
||||
Unk_020EF2E4,
|
||||
Unk_020EF2D8,
|
||||
Unk_020EF29C,
|
||||
Unk_020EF290,
|
||||
Unk_020EF284,
|
||||
Unk_020EF278,
|
||||
Unk_020EF26C,
|
||||
Unk_020EF260,
|
||||
Unk_020EF254,
|
||||
Unk_020EF248,
|
||||
Unk_020EF23C,
|
||||
Unk_020EEC70,
|
||||
Unk_020EEC68,
|
||||
Unk_020EEC50,
|
||||
Unk_020EEC90,
|
||||
Unk_020EEC58,
|
||||
Unk_020EEC60,
|
||||
Unk_020EF218,
|
||||
Unk_020EF200,
|
||||
Unk_020EF1F4,
|
||||
Unk_020EF1E8,
|
||||
Unk_020EF1DC,
|
||||
Unk_020EF1D0,
|
||||
Unk_020EF1C4,
|
||||
Unk_020EF1B8,
|
||||
Unk_020EF188,
|
||||
Unk_020EF4AC,
|
||||
Unk_020EF4A0,
|
||||
Unk_020EF494,
|
||||
Unk_020EF488,
|
||||
Unk_020EF194,
|
||||
Unk_020EF224,
|
||||
Unk_020EF440,
|
||||
Unk_020EF470,
|
||||
Unk_020EEC98,
|
||||
Unk_020EF2C0,
|
||||
Unk_020EF2B4,
|
||||
Unk_020EF2A8,
|
||||
Unk_020EF5C0,
|
||||
Unk_020EF164,
|
||||
Unk_020EF158,
|
||||
Unk_020EF14C,
|
||||
Unk_020EF140,
|
||||
Unk_020EF134,
|
||||
Unk_020EF128,
|
||||
Unk_020EF20C,
|
||||
Unk_020EF11C,
|
||||
Unk_020EF110,
|
||||
Unk_020EF104,
|
||||
Unk_020EF0F8,
|
||||
Unk_020EF0EC,
|
||||
Unk_020EF0E0,
|
||||
Unk_020EF0D4,
|
||||
Unk_020EF0C8,
|
||||
Unk_020EF0BC,
|
||||
Unk_020EF2CC,
|
||||
Unk_020EF0A4,
|
||||
Unk_020EF098,
|
||||
Unk_020EF08C,
|
||||
Unk_020EF020,
|
||||
Unk_020EF17C,
|
||||
Unk_020EF1A0,
|
||||
Unk_020EF44C,
|
||||
Unk_020EF5CC,
|
||||
Unk_020EEFF0,
|
||||
Unk_020EEFE4,
|
||||
Unk_020EEFD8,
|
||||
Unk_020EEFCC,
|
||||
Unk_020EEFC0,
|
||||
Unk_020EEFB4,
|
||||
Unk_020EEFA8,
|
||||
Unk_020EF0B0,
|
||||
Unk_020EEF90,
|
||||
Unk_020EEF84,
|
||||
Unk_020EEF6C,
|
||||
Unk_020EEF78,
|
||||
Unk_020EF008,
|
||||
Unk_020EF02C,
|
||||
Unk_020EF1AC,
|
||||
Unk_020EF5D8,
|
||||
Unk_020EECBC,
|
||||
Unk_020EECB0,
|
||||
Unk_020EECA4,
|
||||
Unk_020EEF9C,
|
||||
Unk_020EEF60,
|
||||
Unk_020EEFFC,
|
||||
Unk_020EF170,
|
||||
Unk_020EF080,
|
||||
Unk_020EF074,
|
||||
Unk_020EF068,
|
||||
Unk_020EF05C,
|
||||
Unk_020EF050,
|
||||
Unk_020EF044,
|
||||
Unk_020EF038,
|
||||
Unk_020EF014,
|
||||
Unk_020EF5E4
|
||||
int (*const *const gMovementActionFuncs[MAX_MOVEMENT_ACTION])(MapObject *) = {
|
||||
gMovementActionFuncs_000,
|
||||
gMovementActionFuncs_001,
|
||||
gMovementActionFuncs_002,
|
||||
gMovementActionFuncs_003,
|
||||
gMovementActionFuncs_004,
|
||||
gMovementActionFuncs_005,
|
||||
gMovementActionFuncs_006,
|
||||
gMovementActionFuncs_007,
|
||||
gMovementActionFuncs_008,
|
||||
gMovementActionFuncs_009,
|
||||
gMovementActionFuncs_010,
|
||||
gMovementActionFuncs_011,
|
||||
gMovementActionFuncs_012,
|
||||
gMovementActionFuncs_013,
|
||||
gMovementActionFuncs_014,
|
||||
gMovementActionFuncs_015,
|
||||
gMovementActionFuncs_016,
|
||||
gMovementActionFuncs_017,
|
||||
gMovementActionFuncs_018,
|
||||
gMovementActionFuncs_019,
|
||||
gMovementActionFuncs_020,
|
||||
gMovementActionFuncs_021,
|
||||
gMovementActionFuncs_022,
|
||||
gMovementActionFuncs_023,
|
||||
gMovementActionFuncs_024,
|
||||
gMovementActionFuncs_025,
|
||||
gMovementActionFuncs_026,
|
||||
gMovementActionFuncs_027,
|
||||
gMovementActionFuncs_028,
|
||||
gMovementActionFuncs_029,
|
||||
gMovementActionFuncs_030,
|
||||
gMovementActionFuncs_031,
|
||||
gMovementActionFuncs_032,
|
||||
gMovementActionFuncs_033,
|
||||
gMovementActionFuncs_034,
|
||||
gMovementActionFuncs_035,
|
||||
gMovementActionFuncs_036,
|
||||
gMovementActionFuncs_037,
|
||||
gMovementActionFuncs_038,
|
||||
gMovementActionFuncs_039,
|
||||
gMovementActionFuncs_040,
|
||||
gMovementActionFuncs_041,
|
||||
gMovementActionFuncs_042,
|
||||
gMovementActionFuncs_043,
|
||||
gMovementActionFuncs_044,
|
||||
gMovementActionFuncs_045,
|
||||
gMovementActionFuncs_046,
|
||||
gMovementActionFuncs_047,
|
||||
gMovementActionFuncs_048,
|
||||
gMovementActionFuncs_049,
|
||||
gMovementActionFuncs_050,
|
||||
gMovementActionFuncs_051,
|
||||
gMovementActionFuncs_052,
|
||||
gMovementActionFuncs_053,
|
||||
gMovementActionFuncs_054,
|
||||
gMovementActionFuncs_055,
|
||||
gMovementActionFuncs_056,
|
||||
gMovementActionFuncs_057,
|
||||
gMovementActionFuncs_058,
|
||||
gMovementActionFuncs_059,
|
||||
gMovementActionFuncs_060,
|
||||
gMovementActionFuncs_061,
|
||||
gMovementActionFuncs_062,
|
||||
gMovementActionFuncs_063,
|
||||
gMovementActionFuncs_064,
|
||||
gMovementActionFuncs_065,
|
||||
gMovementActionFuncs_066,
|
||||
gMovementActionFuncs_067,
|
||||
gMovementActionFuncs_068,
|
||||
gMovementActionFuncs_069,
|
||||
gMovementActionFuncs_070,
|
||||
gMovementActionFuncs_071,
|
||||
gMovementActionFuncs_072,
|
||||
gMovementActionFuncs_073,
|
||||
gMovementActionFuncs_074,
|
||||
gMovementActionFuncs_075,
|
||||
gMovementActionFuncs_076,
|
||||
gMovementActionFuncs_077,
|
||||
gMovementActionFuncs_078,
|
||||
gMovementActionFuncs_079,
|
||||
gMovementActionFuncs_080,
|
||||
gMovementActionFuncs_081,
|
||||
gMovementActionFuncs_082,
|
||||
gMovementActionFuncs_083,
|
||||
gMovementActionFuncs_084,
|
||||
gMovementActionFuncs_085,
|
||||
gMovementActionFuncs_086,
|
||||
gMovementActionFuncs_087,
|
||||
gMovementActionFuncs_088,
|
||||
gMovementActionFuncs_089,
|
||||
gMovementActionFuncs_090,
|
||||
gMovementActionFuncs_091,
|
||||
gMovementActionFuncs_092,
|
||||
gMovementActionFuncs_093,
|
||||
gMovementActionFuncs_094,
|
||||
gMovementActionFuncs_095,
|
||||
gMovementActionFuncs_096,
|
||||
gMovementActionFuncs_097,
|
||||
gMovementActionFuncs_098,
|
||||
gMovementActionFuncs_099,
|
||||
gMovementActionFuncs_100,
|
||||
gMovementActionFuncs_101,
|
||||
gMovementActionFuncs_102,
|
||||
gMovementActionFuncs_103,
|
||||
gMovementActionFuncs_104,
|
||||
gMovementActionFuncs_105,
|
||||
gMovementActionFuncs_106,
|
||||
gMovementActionFuncs_107,
|
||||
gMovementActionFuncs_108,
|
||||
gMovementActionFuncs_109,
|
||||
gMovementActionFuncs_110,
|
||||
gMovementActionFuncs_111,
|
||||
gMovementActionFuncs_112,
|
||||
gMovementActionFuncs_113,
|
||||
gMovementActionFuncs_114,
|
||||
gMovementActionFuncs_115,
|
||||
gMovementActionFuncs_116,
|
||||
gMovementActionFuncs_117,
|
||||
gMovementActionFuncs_118,
|
||||
gMovementActionFuncs_119,
|
||||
gMovementActionFuncs_120,
|
||||
gMovementActionFuncs_121,
|
||||
gMovementActionFuncs_122,
|
||||
gMovementActionFuncs_123,
|
||||
gMovementActionFuncs_124,
|
||||
gMovementActionFuncs_125,
|
||||
gMovementActionFuncs_126,
|
||||
gMovementActionFuncs_127,
|
||||
gMovementActionFuncs_128,
|
||||
gMovementActionFuncs_129,
|
||||
gMovementActionFuncs_130,
|
||||
gMovementActionFuncs_131,
|
||||
gMovementActionFuncs_132,
|
||||
gMovementActionFuncs_133,
|
||||
gMovementActionFuncs_134,
|
||||
gMovementActionFuncs_135,
|
||||
gMovementActionFuncs_136,
|
||||
gMovementActionFuncs_137,
|
||||
gMovementActionFuncs_138,
|
||||
gMovementActionFuncs_139,
|
||||
gMovementActionFuncs_140,
|
||||
gMovementActionFuncs_141,
|
||||
gMovementActionFuncs_142,
|
||||
gMovementActionFuncs_143,
|
||||
gMovementActionFuncs_144,
|
||||
gMovementActionFuncs_145,
|
||||
gMovementActionFuncs_146,
|
||||
gMovementActionFuncs_147,
|
||||
gMovementActionFuncs_148,
|
||||
gMovementActionFuncs_149,
|
||||
gMovementActionFuncs_150,
|
||||
gMovementActionFuncs_151,
|
||||
gMovementActionFuncs_152,
|
||||
gMovementActionFuncs_153,
|
||||
};
|
||||
|
||||
static const int Unk_020EDD5C[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user