d_a_alink canoe almost done (#2210)

* d_a_alink canoe almost done

* ironball mostly done

* alink_iceleaf done
This commit is contained in:
TakaRikka
2024-10-16 00:03:04 +03:00
committed by GitHub
parent 9f58034704
commit ae77e60de8
24 changed files with 2984 additions and 229 deletions
+4
View File
@@ -1953,6 +1953,10 @@ inline void dComIfGs_setLightDropNum(u8 i_level, u8 i_num) {
g_dComIfG_gameInfo.info.getPlayer().getLightDrop().setLightDropNum(i_level, i_num);
}
inline void dComIfGs_setBaitItem(u8 i_item) {
g_dComIfG_gameInfo.info.getPlayer().getItem().setBaitItem(i_item);
}
void dComIfGp_setSelectItem(int index);
s32 dComIfGp_offHeapLockFlag(int flag);
void dComIfGp_createSubExpHeap2D();