mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 18:53:21 -05:00
18 lines
660 B
C
18 lines
660 B
C
#ifndef POKEDIAMOND_UNK_02054590_H
|
|
#define POKEDIAMOND_UNK_02054590_H
|
|
|
|
#include "global.h"
|
|
#include "options.h"
|
|
|
|
void FUN_02054590(u32 param0, u32 param1);
|
|
void FUN_020545B8(u32 param0, u32 param1, u32 param2);
|
|
void FUN_02054608(u32 *param0, struct Options *options);
|
|
void FUN_0205464C(u32 *param0);
|
|
u16 FUN_02054658(u8 windowId, const u16 *str, struct Options *options, u8 param3);
|
|
u16 DrawFieldMessage(u8 windowId, const u16 *str, u8 fontId, u32 speed, u8 a4, u32 a5);
|
|
u8 FUN_020546C8(u32 param0);
|
|
void FUN_020546E0(u32 param0, u32 param1, u32 param2, u32 param3);
|
|
void FUN_02054744(u32 *param0, u32 param1, u32 param2);
|
|
|
|
#endif //POKEDIAMOND_UNK_02054590_H
|