diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-15 03:00:01 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-15 03:14:42 -0400 |
commit | f94540c2b875cff0085149b95728d2f0a0c610eb (patch) | |
tree | b64442137c2e145860f0dc75c65fbeb6f24c9e52 /src/battle_main.c | |
parent | 8368b753dfb2ca77d90ec0cc32e62410961d6ed6 (diff) |
Misc reg constant cleanup
Diffstat (limited to 'src/battle_main.c')
-rw-r--r-- | src/battle_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_main.c b/src/battle_main.c index 323053bdf..741461b0b 100644 --- a/src/battle_main.c +++ b/src/battle_main.c @@ -2047,7 +2047,7 @@ static u8 CreateNPCTrainerParty(struct Pokemon *party, u16 trainerNum, bool8 fir void sub_8038A04(void) // unused { if (REG_VCOUNT < 0xA0 && REG_VCOUNT >= 0x6F) - SetGpuReg(REG_OFFSET_BG0CNT, 0x9800); + SetGpuReg(REG_OFFSET_BG0CNT, BGCNT_SCREENBASE(24) | BGCNT_TXT256x512); } void VBlankCB_Battle(void) |