Difference between revisions of "04C7"
Jump to navigation
Jump to search
m |
m |
||
Line 11: | Line 11: | ||
:: Switch (0 = hide, {{hint|1|or any value other than 0}} = show) | :: Switch (0 = hide, {{hint|1|or any value other than 0}} = show) | ||
− | This opcode draws a green scan line overlay on the screen. The scan line will overlay almost everything on the screen but notable exceptions include the clock and texts that draw similarly to opcodes [[00BA]] or [[00BC]]. The bottom right area of the screen will display a number that increases from 0 to 63 for 64 frames and loops back to 0. The scan line will display a | + | This opcode draws a green scan line overlay on the screen. The scan line will overlay almost everything on the screen but notable exceptions include the clock and texts that draw similarly to opcodes [[00BA]] or [[00BC]]. The bottom right area of the screen will display a number that increases from 0 to 63 for 64 frames and loops back to 0. The scan line will display a darker shade bar that scrolls down the screen and loops back after 62 frames. In Liberty City Stories, the scan line do not overlay the HUD as clearly, the dark green bar is thicker, and no number is displayed. |
}}</onlyinclude> | }}</onlyinclude> | ||
== Keywords == | == Keywords == | ||
toggle, draw, camera, green, scanline, scanlines | toggle, draw, camera, green, scanline, scanlines | ||
+ | |||
+ | == See also == | ||
+ | * [[0507]], white interference | ||
[[Category:OpCodes]] | [[Category:OpCodes]] |
Revision as of 21:22, 9 March 2012
Description
- Draws a green scan line overlay
Syntax
- 04C7: toggle_camera_green_scanlines [int]
Parameter
- [int]
- Switch (0 = hide, 1 = show)
This opcode draws a green scan line overlay on the screen. The scan line will overlay almost everything on the screen but notable exceptions include the clock and texts that draw similarly to opcodes 00BA or 00BC. The bottom right area of the screen will display a number that increases from 0 to 63 for 64 frames and loops back to 0. The scan line will display a darker shade bar that scrolls down the screen and loops back after 62 frames. In Liberty City Stories, the scan line do not overlay the HUD as clearly, the dark green bar is thicker, and no number is displayed.
Keywords
toggle, draw, camera, green, scanline, scanlines
See also
- 0507, white interference