add dungeon item display in item wheel

This commit is contained in:
gymnast86
2026-08-28 00:47:33 -07:00
parent 83c0ee13b2
commit c2de6524c8
6 changed files with 289 additions and 9 deletions
+7
View File
@@ -868,3 +868,10 @@ u8 getAreaKeyNum(int i_stageNo) {
return dComIfGs_getSaveData()->getSave(i_stageNo).getBit().getKeyNum();
}
const char* getYesNoText(bool flag) {
if (flag) {
return "Yes";
}
return "No";
}