use inlines in more places

This commit is contained in:
LagoLunatic
2023-12-20 19:04:01 -05:00
parent a072429e6a
commit fa5fb18d3c
32 changed files with 128 additions and 107 deletions
+1 -2
View File
@@ -611,8 +611,7 @@ void item_func_l_magic() {
/* 800C3008-800C3060 .text item_func_bomb_5__Fv */
void item_func_bomb_5() {
dComIfGs_onGetItem(0xD, 0);
g_dComIfG_gameInfo.play.field_0x493d = 0xD;
g_dComIfG_gameInfo.play.field_0x493e = 0xB;
dComIfGp_setItem(0xD, 0xB);
dComIfGp_setItemBombNumCount(5);
}