mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 18:53:21 -05:00
10 lines
148 B
C
10 lines
148 B
C
#ifndef GUARD_PM_H
|
|
#define GUARD_PM_H
|
|
|
|
#include "nitro/types.h"
|
|
|
|
void PMi_SetControl(u8 ctrl);
|
|
void PMi_ResetControl(u8 ctrl);
|
|
|
|
#endif //GUARD_PM_H
|