summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCatobat <69204835+Catobat@users.noreply.github.com>2023-04-24 16:50:53 +0200
committerCatobat <69204835+Catobat@users.noreply.github.com>2023-04-24 16:50:53 +0200
commit65304904d34cdcc47f24ea2fe21c94d05834706a (patch)
tree6a4e92bbe630ccea4ec8a26af60302af9d7b591e /include
parente59630f2022059add2723949fbe38d7ae000bd43 (diff)
Fix Kinstone drops mixup
Diffstat (limited to 'include')
-rw-r--r--include/droptables.h4
1 files changed, 2 insertions, 2 deletions
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;