mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
12 lines
275 B
C
12 lines
275 B
C
#ifndef GUARD_DUNGEON_ACTION_H
|
|
#define GUARD_DUNGEON_ACTION_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
// 0x44C94
|
|
void SetAction(struct DungeonActionContainer *actionPointer, u16 action);
|
|
// 0x44CA0
|
|
void SetWalkAction(struct DungeonActionContainer *actionPointer, s16 species);
|
|
|
|
#endif
|