diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-22 12:14:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 12:14:58 -0600 |
commit | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (patch) | |
tree | 7b65558bd366be680c577e6a0aea7787db24dd3f /src/code_8041AD0.c | |
parent | 938a88551f6ddefb7f696b738696c8ce2d8e0e36 (diff) |
Label all entities in Boss Fight Cutscenes (#78)
* label all entities in cutscenes
* remove commented func.. wasn't matching anyway
* Skarmony -> Skarmory
Diffstat (limited to 'src/code_8041AD0.c')
-rw-r--r-- | src/code_8041AD0.c | 3 |
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) |