mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-03 16:31:56 -04:00
Work on d_meter2_info (#2191)
This commit is contained in:
@@ -1517,6 +1517,10 @@ inline BOOL dComIfGs_isLetterGetFlag(int i_no) {
|
||||
return g_dComIfG_gameInfo.info.getPlayer().getLetterInfo().isLetterGetFlag(i_no);
|
||||
}
|
||||
|
||||
inline void dComIfGs_onLetterGetFlag(int i_no) {
|
||||
g_dComIfG_gameInfo.info.getPlayer().getLetterInfo().onLetterGetFlag(i_no);
|
||||
}
|
||||
|
||||
inline u8 dComIfGs_getArrowNum() {
|
||||
return g_dComIfG_gameInfo.info.getPlayer().getItemRecord().getArrowNum();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user