mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
14 lines
428 B
C
14 lines
428 B
C
#ifndef POKEPLATINUM_UNK_020EDBAC_H
|
|
#define POKEPLATINUM_UNK_020EDBAC_H
|
|
|
|
#include "generated/movement_actions.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 gMovementActionCodes[];
|
|
|
|
#endif // POKEPLATINUM_UNK_020EDBAC_H
|