Changes
From Final Fantasy Inside
811 bytes removed,
20:12, 30 October 2020
* Opcode: '''0x6B0x25'''* Short name: '''FADENFADE'''* Long name: FadeNFade
==== Memory layout ====
==== Description ====
Fades the screen to the colour specified, either as literal values or values from memory, using the type of fade specified by ''T''See [[FF7/Field/Script/Opcodes/6B_FADE|FADE]] op code page for full details. The speed of the fade is specified by ''S'', but can also be adjusted based on the type of fade. If the fade type is a fade out (to the colour given). ==== Fade Types ==== Note: Not 100% accurate, but based on PC {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"! style="background:rgb(204,204,204)" width="40" | ID! style="background:rgb(204,204,204)" width="250" | Fade Type|-| align="center" | 0| Instantly show the screen|-| align="center" | 11| Fade color to black|-| align="center" | 12| Black to colour with subtractive blending, unless 255,255,255, in which case fade screen to blackThere are probably multiple layers of blending here, and therefore multiple layers to add|}