mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Integrate Amuse into hecl cook/extract for MP1/2
This commit is contained in:
@@ -43,9 +43,9 @@ void CPauseScreenBlur::SetState(EState state)
|
||||
{
|
||||
CSfxManager::SetChannel(CSfxManager::ESfxChannels::PauseScreen);
|
||||
if (state == EState::HUDMessage)
|
||||
CSfxManager::SfxStart(1415, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
CSfxManager::SfxStart(SFXui_into_hud_message, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
else if (state == EState::MapScreen)
|
||||
CSfxManager::SfxStart(1378, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
CSfxManager::SfxStart(SFXui_into_map_screen, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
x18_blurAmt = FLT_EPSILON;
|
||||
}
|
||||
|
||||
@@ -53,9 +53,9 @@ void CPauseScreenBlur::SetState(EState state)
|
||||
{
|
||||
CSfxManager::SetChannel(CSfxManager::ESfxChannels::Game);
|
||||
if (x10_prevState == EState::HUDMessage)
|
||||
CSfxManager::SfxStart(1416, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
CSfxManager::SfxStart(SFXui_outof_hud_message, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
else if (x10_prevState == EState::MapScreen)
|
||||
CSfxManager::SfxStart(1380, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
CSfxManager::SfxStart(SFXui_outof_map_screen, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
x18_blurAmt = -1.f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user