| 2711 | } |
| 2712 | |
| 2713 | void cFodder::Phase_TextSprite_Create_Mission(sSprite* pData2C) { |
| 2714 | Phase_TextSprite_Prepare(pData2C); |
| 2715 | |
| 2716 | pData2C->field_4 -= 0x14; |
| 2717 | pData2C->field_0 += 0x12; |
| 2718 | pData2C->field_8 = 0xA2; |
| 2719 | pData2C->field_18 = eSprite_Text_Mission; |
| 2720 | if (!mStartParams->mDisableSound) |
| 2721 | Music_Play(6); |
| 2722 | Music_SetFullVolume(); |
| 2723 | } |
| 2724 | |
| 2725 | void cFodder::Phase_TextSprite_Create_Phase(sSprite* pData2C) { |
| 2726 | Phase_TextSprite_Prepare(pData2C); |
nothing calls this directly
no outgoing calls
no test coverage detected