mirror of
https://github.com/zeldaret/tp
synced 2026-09-10 04:02:20 -04:00
kytag8 done, kytag12/13 almost (#2146)
* kytag08 done * kytag13 almost, cleanup other kytags * dakytag12 mostly done * remove asm * kytag10 done * kytag01 done * kytag0 done * kytag04 done
This commit is contained in:
@@ -385,6 +385,7 @@ public:
|
||||
s16 getItemPachinkoNumCount() { return mItemPachinkoNumCount; }
|
||||
void clearItemPachinkoNumCount() { mItemPachinkoNumCount = 0; }
|
||||
u8 getNeedLightDropNum() { return mNeedLightDropNum; }
|
||||
void setNeedLightDropNum(u8 i_num) { mNeedLightDropNum = i_num; }
|
||||
u8 getWolfAbility(int i_idx) { return mWolfAbility[i_idx]; }
|
||||
|
||||
const char* getStartStageName() { return mStartStage.getName(); }
|
||||
@@ -2698,6 +2699,10 @@ inline u8 dComIfGp_getNeedLightDropNum() {
|
||||
return g_dComIfG_gameInfo.play.getNeedLightDropNum();
|
||||
}
|
||||
|
||||
inline void dComIfGp_setNeedLightDropNum(u8 i_num) {
|
||||
g_dComIfG_gameInfo.play.setNeedLightDropNum(i_num);
|
||||
}
|
||||
|
||||
inline void dComIfGp_setItemNowOil(s32 oil) {
|
||||
g_dComIfG_gameInfo.play.setItemNowOil(oil);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user