øAslickproductions.org/forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&action=printpage;topic=1948.0e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index8ffc.htmlslickproductions.org/forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&topic=1948.0e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index8ffc.html.zxE9g^ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈ0è¢æOKtext/htmlISO-8859-1gzip@øÕæÿÿÿÿÿÿÿÿTue, 10 Mar 2020 07:09:17 GMT0ó°° ®0®P®€§²ð®E9g^<æ Print Page - Screen tint numbers

Board of Slick

Library of the Ancients => Final Fantasy IV Research & Development => Topic started by: Pinkpuff on August 08, 2014, 09:45:16 AM

Title: Screen tint numbers
Post by: Pinkpuff on August 08, 2014, 09:45:16 AM
One of the types of event script entry is "Toggle screen tint" and it takes one byte as a parameter.

Does anyone know how that number corresponds to the color the screen gets tinted?
Title: Re: Screen tint numbers
Post by: chillyfeez on August 08, 2014, 03:31:03 PM
Copied right off of FF4Tools:
Code: [Select]
F9 xx            Toggle screen tint xx

                         fast/slow transition
                         0F/1F = normal tint
                         2F/3F = teal
                         4F/5F = purple
                         6F/7F = blue
                         8F/9F = yellow
                         AF/BF = green
                         CF/DF = red
                         EF/FF = black
Title: Re: Screen tint numbers
Post by: Pinkpuff on August 08, 2014, 04:45:23 PM
Oh awesome! Thanks!