プレイ日記
MikeATD corb1477
Anyone know how to use the color specification for GSPOIT?
0そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
Try replacing your line 107 with the following. IF PCOR==RGB((255 DIV 8)*8,(70 DIV 8)*8,(70 DIV 8)*8) THEN ...
0そうだね
未プレイ
返信[2]
親投稿
MikeATD corb1477
Okay! I'll try that. Thank you.
0そうだね
プレイ済み
返信[3]
親投稿
Nicole moesaku
To explain, the reason this didn't work is because graphics pages actually don't support every color from RGB(0,0,0) to RGB(255,255,255). Instead, the colors are rounded down to the next lowest multiple of 8, so when you set a pixel to RGB(255,70,70), it actually ends up getting set to RGB(248,64,64). (More technically, GRPs are stored in a 16-bit RGBA5551 format instead of 32-bit RGBA8888.)
1そうだね
プレイ済み