ReC98/th05/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
..
bb_curvebullet.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
bb_curvebullet[bss].asm [Reverse-engineering] [th04/th05] .BB file loading boilerplate 2019-03-01 16:17:52 +01:00
bb_curvebullet[data].asm [Reverse-engineering] [th04/th05] .BB file loading boilerplate 2019-03-01 16:17:52 +01:00
bb_load.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
bb_load[bss].asm [Reverse-engineering] [th04/th05] .BB file loading boilerplate 2019-03-01 16:17:52 +01:00
bb_playchar.asm [Reverse-engineering] Player character constants 2019-12-17 23:26:59 +01:00
bb_playchar[data].asm [Reverse-engineering] [th04/th05] .BB file loading boilerplate 2019-03-01 16:17:52 +01:00
bb_txt_load.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00
bb_txt_load[data].asm [Reverse-engineering] [th04/th05] .BB file loading boilerplate 2019-03-01 16:17:52 +01:00
pi.h [Reverse-engineering] [th05] Masked PI display 2019-12-17 23:27:02 +01:00
pi_slot_buffers[bss].asm [Position independence] [th04/th05] Remaining references to PI slots 2019-11-28 23:23:30 +01:00
pi_slot_free.asm [Maintenance] Clean up PI function declarations and comments 2019-12-17 23:27:01 +01:00
pi_slot_headers[bss].asm [Position independence] [th04/th05] Remaining references to PI slots 2019-11-28 23:23:30 +01:00
pi_slot_load.asm [Maintenance] Clean up PI function declarations and comments 2019-12-17 23:27:01 +01:00
pi_slot_palette_apply.asm [Maintenance] Clean up PI function declarations and comments 2019-12-17 23:27:01 +01:00
pi_slot_put.asm [Maintenance] [th05] Clarify pi_slot_put() a bit 2019-12-17 23:27:01 +01:00
pi_slot_put_mask.asm [Reverse-engineering] [th05] Masked PI display 2019-12-17 23:27:02 +01:00
pi_slot_put_mask[bss].asm [Reverse-engineering] [th05] Masked PI display 2019-12-17 23:27:02 +01:00
std.asm [Maintenance] Export all pascal functions with their proper uppercase names 2019-09-15 20:29:47 +02:00