ReC98/th03/formats
wintiger0222 1d6fbb8108 [Reverse-engineering] [th05] Masked PI display
As used for the title screen fade-in effect. Another function that
apparently was deliberately written to run not that fast, by blitting
each row individually to the 400th VRAM row just so that it can then
turn on the EGC, perform the *actual* masked blit to the VRAM
destination, and then turn the EGC off before moving to the next now.
The same effect could have entirely been accomplished by copying
graph_pack_put_8() and applying the mask there; it's not like ZUN
didn't know how to modify master.lib…

(See also 44ad3eb4) --Nmlgc
2019-12-17 23:27:02 +01:00
..
cdg.h [Decompilation] [th05] Stage setup 2019-09-15 20:35:15 +02:00
cdg.inc [Reverse-engineering] [th03] CDG loading 2018-10-16 00:47:58 +02:00
cdg[bss].asm [Reverse-engineering] [th03] CDG loading 2018-10-16 00:47:58 +02:00
cdg[data].asm [Reverse-engineering] [th03] CDG loading 2018-10-16 00:47:58 +02:00
cdg_freeall.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
cdg_load.asm [Maintenance] Add a few missing exports 2019-09-15 20:29:52 +02:00
cdg_put.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
cdg_put_dissolve.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
cdg_put_dissolve[data].asm [Reverse-engineering] [th03/mainl] Dissolved CDG display 2018-10-16 01:04:46 +02:00
cdg_put_hflip.asm [Maintenance] Fix the function name format of CDG/CD2 functions 2019-09-15 20:29:40 +02:00
cdg_put_noalpha.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
cdg_unput_upwards.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
hfliplut.asm [Reduction] Lookup table for horizontally flipping planar pixels 2017-01-07 22:30:46 +01:00
hfliplut[bss].asm [Reduction] Lookup table for horizontally flipping planar pixels 2017-01-07 22:30:46 +01:00
pfopen.asm [Maintenance] Fix any whitespace issues in our own code 2015-09-07 15:44:48 +02:00
pi.h [Reverse-engineering] [th05] Masked PI display 2019-12-17 23:27:02 +01:00
pi_slot_put_interlace.asm [Maintenance] Clean up PI function declarations and comments 2019-12-17 23:27:01 +01:00
pi_slot_put_mask[data].asm [Reverse-engineering] [th05] Masked PI display 2019-12-17 23:27:02 +01:00
pi_slot_put_quarter.asm [Maintenance] Clean up PI function declarations and comments 2019-12-17 23:27:01 +01:00