Skip to content

Commit

Permalink
Re-aligned READ_PTR_FROM_TASK's 2nd line EoL
Browse files Browse the repository at this point in the history
  • Loading branch information
LOuroboros authored Aug 24, 2022
1 parent 8a8ba92 commit 015961c
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 015961c

Please sign in to comment.