mirror of https://github.com/pret/pokeemerald.git
16 lines
273 B
C
16 lines
273 B
C
|
//
|
||
|
// Created by scott on 9/15/2017.
|
||
|
//
|
||
|
|
||
|
#ifndef POKEEMERALD_GPU_REGS_H
|
||
|
#define POKEEMERALD_GPU_REGS_H
|
||
|
|
||
|
// Exported type declarations
|
||
|
|
||
|
// Exported RAM declarations
|
||
|
|
||
|
// Exported ROM declarations
|
||
|
void ClearGpuRegBits(u8 regOffset, u16 mask);
|
||
|
|
||
|
#endif //POKEEMERALD_GPU_REGS_H
|