mirror of
https://github.com/pret/pokestadium.git
synced 2026-03-22 01:34:25 -05:00
11 lines
236 B
C
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_
|