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

@@ -190,7 +190,7 @@ u16 AddWindow(const struct WindowTemplate *template)
return win;
}
int AddWindowWithoutTileMap(struct WindowTemplate *template)
int AddWindowWithoutTileMap(const struct WindowTemplate *template)
{
u16 win;
u8 bgLayer;