diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-15 20:44:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 20:44:57 -0500 |
commit | a4cd331634d1fcc5f7cb217c51c328c5769a9616 (patch) | |
tree | 7b610171c3d893d1cace513cf61e0b74014dbad2 /src/tm_case.c | |
parent | 34deceb13695e7b13a27ecb94666fc95d2ced550 (diff) | |
parent | fee980decd6dfd5dc98c15ba13c9ea8f7b597934 (diff) |
Merge branch 'master' into doc-ttower
Diffstat (limited to 'src/tm_case.c')
-rw-r--r-- | src/tm_case.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tm_case.c b/src/tm_case.c index d45061bde..ac4134029 100644 --- a/src/tm_case.c +++ b/src/tm_case.c @@ -1304,7 +1304,7 @@ static void InitWindowTemplatesAndPals(void) LoadPalette(gTMCaseMainWindowPalette, 0xA0, 0x20); LoadPalette(sPal3Override, 0xF6, 0x04); LoadPalette(sPal3Override, 0xD6, 0x04); - sub_8107D38(0xc0, 0x01); + ListMenuLoadStdPalAt(0xc0, 0x01); for (i = 0; i < 9; i++) FillWindowPixelBuffer(i, 0x00); PutWindowTilemap(0); |