mirror of
https://github.com/zeldaret/ss
synced 2026-08-13 20:24:26 -04:00
d_tag_processor OK
This commit is contained in:
@@ -16,4 +16,10 @@ DowsingTarget::DowsingSlot dowsingSlotForIndex(s32 index);
|
||||
s32 getLytIndexForDowsingIndex(s32 index);
|
||||
u16 getDowsingItemIdForIndex(s32 index);
|
||||
|
||||
/**
|
||||
* FR: -1, 0, 1 singular, else plural
|
||||
* Otherwise: -1, 1 singular, else plural
|
||||
*/
|
||||
bool shouldUseSingular(s32 amount);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -93,6 +93,10 @@ public:
|
||||
return mpTagProcessor;
|
||||
}
|
||||
|
||||
s32 getField_0x784() const {
|
||||
return field_0x784;
|
||||
}
|
||||
|
||||
u8 getField_0x80D() const {
|
||||
return field_0x80D;
|
||||
}
|
||||
@@ -105,6 +109,10 @@ public:
|
||||
return mTextOptionSelection;
|
||||
}
|
||||
|
||||
void onFlag0x820(u16 flag) {
|
||||
field_0x820 |= flag;
|
||||
}
|
||||
|
||||
private:
|
||||
bool setTextToDisplay(const wchar_t *text);
|
||||
void createSubMsgManager(u8 type);
|
||||
|
||||
Reference in New Issue
Block a user