mirror of
https://github.com/zeldaret/tp
synced 2026-06-14 14:28:14 -04:00
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup * d_bg_w_kcol work * make item name enum better
This commit is contained in:
@@ -127,7 +127,7 @@ void daObjDrop_c::dropGet() {
|
||||
s8 area = dComIfGp_getStartStageDarkArea();
|
||||
// "Drop of Light No%d<%d/%d> Get Area<%d>!\n"
|
||||
OS_REPORT("光の雫No%d<%d/%d>ゲットArea<%d>!\n", getSave(), num + 1, need_num, area);
|
||||
execItemGet(HEART);
|
||||
execItemGet(fpcNm_ITEM_HEART);
|
||||
mSetCollectDrop = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user