diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-15 00:06:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 00:06:57 -0400 |
commit | 25f45ffa8441b0f0a999355c9755782ccb4809dc (patch) | |
tree | 203d2ba0f2261d76f683ab4b869627b633808dd4 /src/pokemon_storage_system.c | |
parent | 98e68a81120433348296e6947af5a539ec20ae3c (diff) | |
parent | 82e322bb96e4f7ecd59d536bdb8315edab61f9b6 (diff) |
Merge pull request #1125 from GriffinRichards/doc-namingscr
Document naming screen
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r-- | src/pokemon_storage_system.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 115c369af..5f2f5516b 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -8097,7 +8097,7 @@ static bool8 sub_80D0344(void) if (!IsDma3ManagerBusyWithBgCopy()) { sub_80CFE84(); - LoadPalette(stdpal_get(3), 0xD0, 0x20); + LoadPalette(GetTextWindowPalette(3), 0xD0, 0x20); ShowBg(0); return FALSE; } @@ -8203,7 +8203,7 @@ static bool8 sub_80D04C8(void) case 3: if (!IsDma3ManagerBusyWithBgCopy()) { - LoadPalette(stdpal_get(3), 0xD0, 0x20); + LoadPalette(GetTextWindowPalette(3), 0xD0, 0x20); sub_80CFE84(); ShowBg(0); return FALSE; |