mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-06 03:20:01 +01:00
Merge pull request #750 from DizzyEggg/patch-7
tilemap glitch gpu reg fix hopefully
This commit is contained in:
commit
fd53bbc464
@ -10,9 +10,9 @@
|
||||
|
||||
static u8 sGpuRegBuffer[GPU_REG_BUF_SIZE];
|
||||
static u8 sGpuRegWaitingList[GPU_REG_BUF_SIZE];
|
||||
static bool8 sGpuRegBufferLocked;
|
||||
static bool8 sShouldSyncRegIE;
|
||||
static u16 sRegIE;
|
||||
static volatile bool8 sGpuRegBufferLocked;
|
||||
static volatile bool8 sShouldSyncRegIE;
|
||||
static vu16 sRegIE;
|
||||
|
||||
static void CopyBufferedValueToGpuReg(u8 regOffset);
|
||||
static void SyncRegIE(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user