From 6f2044ca92c070045104d7efe0a1f81fb313828d Mon Sep 17 00:00:00 2001 From: Cvolton Date: Mon, 16 Oct 2023 17:15:05 +0200 Subject: [PATCH] add missing GJRewardTypes --- loader/include/Geode/Enums.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/loader/include/Geode/Enums.hpp b/loader/include/Geode/Enums.hpp index c7fd1006..2e0983aa 100644 --- a/loader/include/Geode/Enums.hpp +++ b/loader/include/Geode/Enums.hpp @@ -295,7 +295,9 @@ enum class GJRewardType { Unknown = 0x0, Small = 0x1, - Large = 0x2 + Large = 0x2, + SmallTreasure = 0x3, + LargeTreasure = 0x4 }; enum class IconType {