pokestadium/src/reset.h
2023-09-03 22:07:36 -04:00

11 lines
236 B
C

#ifndef _RESET_H_
#define _RESET_H_
void SoftReset_ClearLines320(u16 *buf);
void SoftReset_ClearLines640(u16 *buf);
void func_8000559C(void);
void SoftReset_Thread(void* unused);
void SoftReset_CreateThread(void);
#endif // _RESET_H_