summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-12-08 21:42:36 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-12-08 21:42:36 +0100
commit58c4cec9462cef154e75d12181ebe6d42c0f3e9e (patch)
tree55aef6276da559c93fb18bfd1fa98358d5e6943f /include/menu.h
parent5caca7a4d628dec45a5a9326db024aa1c4ffd98f (diff)
decompile field screen
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h
index eb525efe9..894dfd78e 100644
--- a/include/menu.h
+++ b/include/menu.h
@@ -36,6 +36,7 @@ u32 GetPlayerTextSpeed(void);
u8 GetPlayerTextSpeedDelay(void);
void sub_81978B0(u16 arg0);
void AddTextPrinterWithCallbackForMessage(bool8 a1, void (*callback)(struct TextPrinterTemplate *, u16));
+void sub_8199DF0(u32 bg, u8 a1, int a2, int a3);
void AddTextPrinterParameterized3(u8 windowId, u8 fontId, u8 left, u8 top, const u8 *color, s8 speed, const u8 *str);
void sub_8198070(u8 windowId, bool8 copyToVram);
void SetWindowTemplateFields(struct WindowTemplate* template, u8 priority, u8 tilemapLeft, u8 tilemapTop, u8 width, u8 height, u8 palNum, u16 baseBlock);