Remove primitive support types constructor

This commit is contained in:
Jaby Blubb
2023-10-03 09:52:04 +02:00
parent 765cd539fe
commit 2c4583c8d7
7 changed files with 20 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ namespace object {
sprite(GPU::SPRT::create(
#pragma GCC warning "This pic used to be 122px (file size) and every tool would except it - however the display would be corrupt"
GPU::AreaI16({0, 100}, {120, 128}),
GPU::PagePositionClut({0, 0}, GPU::PageClut(TIM.get_clut_x(), TIM.get_clut_y())),
GPU::PagePositionClut({0, 0}, GPU::PageClut::create(TIM.get_clut_x(), TIM.get_clut_y())),
GPU::Color24::Blue()).linked()),
timer(),
color_idx(0) {}