List of Opcodes: Difference between revisions
→0x15b - WaitBgm: Fixed description Tags: Mobile edit Mobile web edit |
→0x15c - WaitBgm2: Added description for WaitBgm2 Tags: Mobile edit Mobile web edit |
||
| Line 6,242: | Line 6,242: | ||
=== 0x15c - WaitBgm2 === | === 0x15c - WaitBgm2 === | ||
Pauses the current routine until the specified BGM on the second BGM track has ended. After the BGM ends, the routine will resume. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 6,255: | Line 6,255: | ||
|Bgm | |Bgm | ||
|bgm_id | |bgm_id | ||
| | |A non-looped music track defined in SOUND/BGM of the ROM. Looped music tracks softlocks the game. | ||
|} | |} | ||
=== 0x15d - WaitBgmSignal === | === 0x15d - WaitBgmSignal === | ||
<TO DO: Opcode description> | <TO DO: Opcode description> | ||