summaryrefslogtreecommitdiff
path: root/src/fldeff_flash.c
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-03-01 09:11:26 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-03-01 09:11:26 +0530
commit2f9d69f67fef723e3a92bb19c73952f6896e27ad (patch)
treed6525279d59fa7a363e0c6611bfa9686f47bbe4f /src/fldeff_flash.c
parent99630e954c0ca7c92233ba4d17c430e00ec8347f (diff)
use free_and_set_null macros
Diffstat (limited to 'src/fldeff_flash.c')
-rw-r--r--src/fldeff_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fldeff_flash.c b/src/fldeff_flash.c
index f31fe2b47..4f3a091ce 100644
--- a/src/fldeff_flash.c
+++ b/src/fldeff_flash.c
@@ -75,7 +75,7 @@ static const u8 gCaveTransitionTiles[] = INCBIN_U8("graphics/misc/cave_transitio
// text
bool8 SetUpFieldMove_Flash(void)
{
- if(ShouldDoBrailleFlyEffect())
+ if (ShouldDoBrailleFlyEffect())
{
gSpecialVar_Result = GetCursorSelectionMonId();
gUnknown_03005DB0 = FieldCallback_Teleport;