List of Opcodes: Difference between revisions
Removed parameters types that do not exist in SkyTemple |
swapped around some incorrect opcode params |
||
| Line 191: | Line 191: | ||
|1 | |1 | ||
|uint | |uint | ||
| | |effect | ||
| | | | ||
* Transitions from Layer 2 to Layer 1. | |||
* Fades in Layer 1 from total darkness. | |||
* Transitions from Layer 2 to Layer 1. | |||
* Fades in Layer 1 from total darkness. | |||
* Transitions from Layer 1 to Layer 2. | |||
* Fades out Layer 1 to total darkness. | |||
* Merges Layer 1 onto Layer 2, but fades in Layer 1 from total darkness. | |||
* Fades in Layer 1 from total darkness. | |||
* Merges Layer onto Layer 2, but fades out Layer 1 to total darkness. | |||
* Fades out Layer 1 to total darkness. | |||
|- | |- | ||
|2 | |2 | ||
|uint | |uint | ||
| | |duration | ||
| | |The number of frames used to play a given effect. | ||
|} | |} | ||
=== 0x8 - back_SetDungeonBanner === | === 0x8 - back_SetDungeonBanner === | ||
| Line 534: | Line 535: | ||
|1 | |1 | ||
|uint | |uint | ||
| | |effect | ||
| | | | ||
* Transitions from Layer 2 to Layer 1. | |||
* Fades in Layer 1 from total darkness. | |||
* Transitions from Layer 2 to Layer 1. | |||
* Fades in Layer 1 from total darkness. | |||
* Transitions from Layer 1 to Layer 2. | |||
* Fades out Layer 1 to total darkness. | |||
* Merges Layer 1 onto Layer 2, but fades in Layer 1 from total darkness. | |||
* Fades in Layer 1 from total darkness. | |||
* Merges Layer onto Layer 2, but fades out Layer 1 to total darkness. | |||
* Fades out Layer 1 to total darkness. | |||
|- | |- | ||
|2 | |2 | ||
|uint | |uint | ||
| | |duration | ||
| | |The number of frames used to play a given effect. | ||
|} | |} | ||
=== 0x17 - back2_SetGround === | === 0x17 - back2_SetGround === | ||