rom_81700F8

This commit is contained in:
PikalaxALT
2017-09-15 22:12:45 -04:00
parent 78009a835f
commit 54c8580d34
9 changed files with 73 additions and 65 deletions

15
include/gpu_regs.h Normal file
View File

@@ -0,0 +1,15 @@
//
// 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