mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 11:44:30 -05:00
dungeon_action_handler
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef GUARD_CODE_8066D04_H
|
||||
#define GUARD_CODE_8066D04_H
|
||||
|
||||
void HandleSetItemAction(Entity *, bool8);
|
||||
|
||||
#endif // GUARD_CODE_8066D04_H
|
||||
24
include/dungeon_action_handler.h
Normal file
24
include/dungeon_action_handler.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef GUARD_DUNGEON_ACTION_HANDLER_H
|
||||
#define GUARD_DUNGEON_ACTION_HANDLER_H
|
||||
|
||||
#include "structs/dungeon_entity.h"
|
||||
|
||||
void HandlePickUpPlayerAction(Entity *entity);
|
||||
void HandleSetItemAction(Entity *param_1, bool8 param_2);
|
||||
void HandleUnsetItemAction(Entity *entity, bool8 enableMessage);
|
||||
void HandleGiveItemAction(Entity *param_1);
|
||||
void HandleTakeItemAction(Entity *param_1);
|
||||
void sub_8066BD4(Entity *param_1);
|
||||
void HandleUseItemAction(Entity *param_1);
|
||||
void HandlePlaceItemAction(Entity *entity);
|
||||
void sub_8066E14(Entity *entity);
|
||||
void sub_8066FA4(Entity *entity);
|
||||
void sub_8067110(Entity *entity);
|
||||
void sub_80671A0(Entity *entity);
|
||||
void HandleTalkFieldAction(Entity *entity);
|
||||
void sub_806752C(ActionContainer *a0);
|
||||
void sub_8067768(ActionContainer *a0);
|
||||
void HandleUseMovePlayerAction(Entity *entity);
|
||||
void sub_8067904(Entity *entity, u16 moveId);
|
||||
|
||||
#endif // GUARD_DUNGEON_ACTION_HANDLER_H
|
||||
Reference in New Issue
Block a user