Skip to content

Commit

Permalink
Merge pull request #1752 from LOuroboros/patch-4
Browse files Browse the repository at this point in the history
Re-aligned READ_PTR_FROM_TASK's 2nd line EoL
  • Loading branch information
GriffinRichards authored Aug 24, 2022
2 parents 8cc520c + 015961c commit 32ea55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pokemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -6675,7 +6675,7 @@ const u8 *GetTrainerPartnerName(void)
}

#define READ_PTR_FROM_TASK(taskId, dataId) \
(void *)( \
(void *)( \
((u16)(gTasks[taskId].data[dataId]) | \
((u16)(gTasks[taskId].data[dataId + 1]) << 16)))

Expand Down

0 comments on commit 32ea55d

Please sign in to comment.