summaryrefslogtreecommitdiff
path: root/include/d/com
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-08-12 11:34:01 -0700
committerGitHub <noreply@github.com>2024-08-12 21:34:01 +0300
commit2bcec113fb9e64e77c73e8beed33faf1998197a5 (patch)
tree4ba8748474e5ee4124f3a0b0794f461cae9331e6 /include/d/com
parent2fa4bf9f51942e893d9f0a9d20d23b9b118fd48f (diff)
firewood/tornado/tag_camera done, obj_drop almost (#2190)
* firewood done, obj_drop mostly done * obj_tornado done, cleanup obj_tornado2 * tag_camera done * remove asm * tag_msg done
Diffstat (limited to 'include/d/com')
-rw-r--r--include/d/com/d_com_inf_game.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/com/d_com_inf_game.h b/include/d/com/d_com_inf_game.h
index ccf7b0d008..6bb1414eae 100644
--- a/include/d/com/d_com_inf_game.h
+++ b/include/d/com/d_com_inf_game.h
@@ -1927,6 +1927,10 @@ inline u8 dComIfGs_getPlayerFieldLastStayRegionNo() {
return g_dComIfG_gameInfo.info.getPlayer().getPlayerFieldLastStayInfo().getRegionNo();
}
+inline void dComIfGs_setLightDropNum(u8 i_level, u8 i_num) {
+ g_dComIfG_gameInfo.info.getPlayer().getLightDrop().setLightDropNum(i_level, i_num);
+}
+
void dComIfGp_setSelectItem(int index);
s32 dComIfGp_offHeapLockFlag(int flag);
void dComIfGp_createSubExpHeap2D();