Swap two fields in player PC struct

This commit is contained in:
PikalaxALT
2021-07-17 20:27:44 -04:00
parent 00c0cb05b0
commit 864d371c25
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -8,8 +8,8 @@
struct PlayerPCItemPageStruct
{
u16 cursorPos;
u16 itemsAbove;
u16 cursorPos;
u8 pageItems;
u8 count;
u8 filler_6[3];