From fd8720b75c56ef3f641e6c5abf6c446929c824b9 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 22 Nov 2021 12:14:58 -0600 Subject: Label all entities in Boss Fight Cutscenes (#78) * label all entities in cutscenes * remove commented func.. wasn't matching anyway * Skarmony -> Skarmory --- src/code_8041AD0.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/code_8041AD0.c') 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) -- cgit v1.2.3