mirror of
https://github.com/zeldaret/ss
synced 2026-06-17 23:20:59 -04:00
Review feedback
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
void setBeetleBackAnim();
|
||||
s32 getBeetleWarningTimeLeft();
|
||||
|
||||
// Item Selection functions
|
||||
// Item select/equip/use functions [0x801E3160 - 0x801E7AD0] ?
|
||||
static s32 calcItemWheelSelection(bool reset, s32 numOptions);
|
||||
|
||||
public:
|
||||
|
||||
@@ -1009,11 +1009,11 @@ bool dLytPauseMgr_c::checkRing() {
|
||||
|
||||
s32 tab = lytControl->getPauseDisp00Tab();
|
||||
|
||||
if (dPad::getDownB() && tab == 0) {
|
||||
if (dPad::getDownB() && tab == TAB_ITEM) {
|
||||
return true;
|
||||
} else if (dPad::getDownMinus() && tab == 1) {
|
||||
} else if (dPad::getDownMinus() && tab == TAB_POUCH) {
|
||||
return true;
|
||||
} else if (dPad::getDownC() && tab == 2) {
|
||||
} else if (dPad::getDownC() && tab == TAB_DOWSING) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user