Difference between revisions of "FF8/Field/Script/Opcodes/0CA SEPOSTRANS"
Jump to navigation
Jump to search
my_wiki>Shard (Created page with "* Opcode: '''0x0CA''' * Short name: '''SEPOSTRANS''' * Long name: Sound Effect Pan Transition ==== Argument ==== none ==== Stack ==== :''Sound channel'' :''Frame count'' :''...") |
m (4 revisions imported) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
* Long name: Sound Effect Pan Transition | * Long name: Sound Effect Pan Transition | ||
− | ==== Argument ==== | + | ==== Argument ==== |
+ | |||
none | none | ||
− | ==== Stack ==== | + | ==== Stack ==== |
− | :''Sound channel'' | + | |
− | :''Frame count'' | + | : ''Sound channel'' |
− | :''Final pan (0-255)'' | + | : ''Frame count'' |
− | :'''SEPOSTRANS''' | + | : ''Final pan (0-255)'' |
+ | : '''SEPOSTRANS''' | ||
+ | |||
+ | ==== Description ==== | ||
− | + | Transitions the pan of the sound in ''sound channel'' over ''frame count''. 0=left, 255=right. | |
− | Transitions the pan of the sound in ''sound channel'' over ''frame count''. |
Latest revision as of 05:24, 23 May 2019
- Opcode: 0x0CA
- Short name: SEPOSTRANS
- Long name: Sound Effect Pan Transition
Argument
none
Stack
- Sound channel
- Frame count
- Final pan (0-255)
- SEPOSTRANS
Description
Transitions the pan of the sound in sound channel over frame count. 0=left, 255=right.