diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-24 16:50:53 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-24 16:50:53 +0200 |
| commit | 65304904d34cdcc47f24ea2fe21c94d05834706a (patch) | |
| tree | 6a4e92bbe630ccea4ec8a26af60302af9d7b591e /include/droptables.h | |
| parent | e59630f2022059add2723949fbe38d7ae000bd43 (diff) | |
Fix Kinstone drops mixup
Diffstat (limited to 'include/droptables.h')
| -rw-r--r-- | include/droptables.h | 4 |
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; |
