summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-07-18 08:14:14 -0400
committerGitHub <noreply@github.com>2021-07-18 08:14:14 -0400
commitcd8ac0ed9b9e9f53979409bf1a99d62132e5001b (patch)
treea56812ac4847017c67b4071bcc3d141b7500970d /include
parent00c0cb05b041096a55494a190ef14bb2285b4f05 (diff)
parent864d371c25f800e7bc35fbb5620798a63545c08e (diff)
Merge pull request #454 from PikalaxALT/misc_fixes
Swap two fields in player PC struct
Diffstat (limited to 'include')
-rw-r--r--include/player_pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player_pc.h b/include/player_pc.h
index 84cf2327c..43c91ec95 100644
--- a/include/player_pc.h
+++ b/include/player_pc.h
@@ -8,8 +8,8 @@
struct PlayerPCItemPageStruct
{
- u16 cursorPos;
u16 itemsAbove;
+ u16 cursorPos;
u8 pageItems;
u8 count;
u8 filler_6[3];