use rodata for save_failed_screen

This commit is contained in:
ProjectRevoTPP
2017-10-06 21:59:47 -04:00
parent 058fed1fd8
commit e38fd8347d
7 changed files with 131 additions and 49 deletions

View File

@@ -43,7 +43,7 @@ struct Window
bool16 InitWindows(const struct WindowTemplate *templates);
u16 AddWindow(const struct WindowTemplate *template);
int AddWindowWithoutTileMap(struct WindowTemplate *template);
int AddWindowWithoutTileMap(const struct WindowTemplate *template);
void RemoveWindow(u8 windowId);
void FreeAllWindowBuffers(void);
void CopyWindowToVram(u8 windowId, u8 mode);