mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 01:48:14 -04:00
add dungeon item display in item wheel
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user