From 65304904d34cdcc47f24ea2fe21c94d05834706a Mon Sep 17 00:00:00 2001 From: Catobat <69204835+Catobat@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:50:53 +0200 Subject: Fix Kinstone drops mixup --- include/droptables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/droptables.h b/include/droptables.h index 63213f98..1d7b2bcf 100644 --- a/include/droptables.h +++ b/include/droptables.h @@ -14,9 +14,9 @@ typedef union { s16 bombs; s16 arrows; s16 mysteriousShells; - s16 kinstoneGreen; - s16 kinstoneBlue; s16 kinstoneRed; + s16 kinstoneBlue; + s16 kinstoneGreen; s16 none2; s16 none3; s16 none4; -- cgit v1.2.3