main.lds: typo

palette.hpp: typo
This commit is contained in:
Zack Buhman 2023-12-24 10:52:30 +08:00
parent 3373ea4c0c
commit 59f2819df3
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ SECTIONS
*(COMMON)
} > p1ram
INCLUDE "debug.ld"
INCLUDE "debug.lds"
}
__p1ram_start = ORIGIN(p1ram);

View File

@ -19,7 +19,7 @@ template <int C>
void palette_data();
template <>
void palette_data<255>()
void palette_data<256>()
{
holly.PAL_RAM_CTRL = pal_ram_ctrl::pixel_format::rgb565;