Closed sttng closed 3 years ago
Seems drawing.c has a bug with line function.
line(50,50,23,22); is for example not drawing correctly. It seems 23,22 is correctly targeted, but 50,50 is not.
Tested with BGB version 1.5.8
fixed: https://github.com/Zal0/gbdk-2020/commit/2a8675de7eb3a0ee513dcbc8cc2d9fe4f32535b0
Seems drawing.c has a bug with line function.
line(50,50,23,22); is for example not drawing correctly. It seems 23,22 is correctly targeted, but 50,50 is not.
Tested with BGB version 1.5.8