summaryrefslogtreecommitdiff
path: root/src/pokemon/mon_markings.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-15 18:56:27 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-15 18:56:27 -0500
commitf85dbd0779bdee6e191100d8e0bc53d3c601e8f3 (patch)
tree35b44165cccc5575f7c695363c2054e15b33ffb8 /src/pokemon/mon_markings.c
parent542e1cac5520175949098cb6311faaba42bc2f37 (diff)
migrate text_window and reset_rtc_screen data to src
Diffstat (limited to 'src/pokemon/mon_markings.c')
-rw-r--r--src/pokemon/mon_markings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon/mon_markings.c b/src/pokemon/mon_markings.c
index 0cad8db59..9ea738c7b 100644
--- a/src/pokemon/mon_markings.c
+++ b/src/pokemon/mon_markings.c
@@ -24,8 +24,8 @@ struct PokemonMarkMenu
/*0x000C*/ struct Sprite *menuWindowSprites[2]; // upper and lower halves of menu window
/*0x0014*/ struct Sprite *menuMarkingSprites[4];
/*0x0024*/ struct Sprite *menuTextSprite;
- /*0x0028*/ u8 *frameTiles;
- /*0x002C*/ u16 *framePalette;
+ /*0x0028*/ const u8 *frameTiles;
+ /*0x002C*/ const u16 *framePalette;
/*0x0030*/ u8 menuWindowSpriteTiles[0x1000];
/*0x1030*/ u8 filler1030[0x80];
/*0x10B0*/ u8 tileLoadState;