summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-17 20:27:44 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-17 20:33:31 -0400
commit864d371c25f800e7bc35fbb5620798a63545c08e (patch)
treea56812ac4847017c67b4071bcc3d141b7500970d /include
parent00c0cb05b041096a55494a190ef14bb2285b4f05 (diff)
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];