mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
daPy_lk_c::draw and linkDraw matched on retail with (void)0 assert, d_a_figure OK
This commit is contained in:
@@ -106,7 +106,7 @@ JAInter::SeParameter::SeParameter() {}
|
||||
void JAInter::SeMgr::startSeSequence() {
|
||||
seHandle = NULL;
|
||||
JAIBasic::msBasic->startSoundActor(0x80000800, &seHandle, NULL, 1, 4);
|
||||
JUT_ASSERT_MSG(149, JAISeMgr::seHandle, "SEシーケンスの再生に失敗しました。\n")
|
||||
JUT_ASSERT_MSG(149, JAISeMgr::seHandle, "SEシーケンスの再生に失敗しました。\n");
|
||||
}
|
||||
|
||||
/* 80293508-80293530 .text processGFrameSe__Q27JAInter5SeMgrFv */
|
||||
|
||||
@@ -42,7 +42,7 @@ SoundInfo* JAInter::SoundTable::getInfoPointer(u32 param_1) {
|
||||
switch (param_1 & JAISoundID_TypeMask) {
|
||||
case JAISoundID_Type_Se:
|
||||
_category = param_1 >> 12 & 0xff;
|
||||
JUT_ASSERT_MSG(61, (_category<JAIGlobalParameter::getParamSeCategoryMax()), "getInfoPointer 登録されていないSEカテゴリーナンバーが指定されました。\n")
|
||||
JUT_ASSERT_MSG(61, (_category<JAIGlobalParameter::getParamSeCategoryMax()), "getInfoPointer 登録されていないSEカテゴリーナンバーが指定されました。\n");
|
||||
break;
|
||||
case JAISoundID_Type_Sequence:
|
||||
_category = 16;
|
||||
|
||||
Reference in New Issue
Block a user