mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-29 14:53:55 +01:00
Use INTR_FLAG_VBLANK instead of constant 0x1
This commit is contained in:
parent
8fe4d004e3
commit
b1a29e5017
@ -298,7 +298,7 @@ void InitIntrHandlers(void)
|
||||
|
||||
REG_IME = 1;
|
||||
|
||||
EnableInterrupts(0x1);
|
||||
EnableInterrupts(INTR_FLAG_VBLANK);
|
||||
}
|
||||
|
||||
void SetVBlankCallback(IntrCallback callback)
|
||||
|
Loading…
x
Reference in New Issue
Block a user