summaryrefslogtreecommitdiff
path: root/src/code_8041AD0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code_8041AD0.c')
-rw-r--r--src/code_8041AD0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code_8041AD0.c b/src/code_8041AD0.c
index f711b92..70b063c 100644
--- a/src/code_8041AD0.c
+++ b/src/code_8041AD0.c
@@ -1,6 +1,7 @@
#include "global.h"
#include "dungeon_entity.h"
#include "dungeon_global_data.h"
+#include "constants/direction.h"
struct unkStruct_80420E8
{
@@ -147,7 +148,7 @@ void sub_8041BE8(struct DungeonEntity *r0)
void sub_8041BF8(struct DungeonEntity *r0)
{
- sub_806CDD4(r0, 0xA, 8);
+ sub_806CDD4(r0, 0xA, NUM_DIRECTIONS);
}
void sub_8041C08(struct DungeonEntity *r0)