- Opcode: 0x174
- Short name: UNKNOWN15
- Long name: Set jump duration divisor
Argument
none
Stack
29 or 30
UNKNOWN15
Description
Sets the global divisor used to compute the duration of scripted jumps (JUMP/JUMP3 and ladder-entry motion): the jump distance is divided by this value to get the number of frames. The engine default is 28; the field module resets it on entry.
Used only in two MD Level areas when the player arrives from another area via ladder — the ladder animation timing needs the slightly slower value.
PC handler: SCRIPT_UNKNOWN15 at 0x5258D0 (renamed SCRIPT_UNKNOWN15_set_jump_duration in the community IDB).