Difference between revisions of "SAGA/TODO"

Jump to navigation Jump to search
(The MIDI parser bug has been fixed)
(Update on sfSCriptFade and the nightfall scene in Benny's chapter)
Line 25: Line 25:
* Chapter 1 (Gorrister): sfPlaceActor throws a "Wrong frameOffset 0x0" warning when using the knife to scare the mice away in the kitchen
* Chapter 1 (Gorrister): sfPlaceActor throws a "Wrong frameOffset 0x0" warning when using the knife to scare the mice away in the kitchen
* The introduction of IHNM (from the "hate" part onwards) is played a bit too quickly
* The introduction of IHNM (from the "hate" part onwards) is played a bit too quickly
* The nightfall animation in Benny's chapter is not shown correctly




=== Opcodes ===
=== Opcodes ===
* Implement the missing sfSCriptFade opcode: currently, it is not properly implemented. Probably a new event type needs to be added (kEventPalFade)
* The sfSCriptFade opcode is not properly implemented yet. Currently, it always fades to black or to the scene palette (from and to values need to be used)
** ''The nightfall animation in Benny's chapter is not handled correctly yet, due to the missing sfScriptFade function. Currently, there's a workaround that doesn't show it at all''