summaryrefslogtreecommitdiff
path: root/include/text_window.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-09 21:23:40 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-09 21:23:40 +0100
commit6561b62986a003e83811abfc85bf07ebc6f3a1ae (patch)
treea1703fd3723ebe936cdeb4025cc0bd770f959cf9 /include/text_window.h
parentad07843f2dc3df3db53490018eb978ef270062d9 (diff)
start pokeblock feed
Diffstat (limited to 'include/text_window.h')
-rw-r--r--include/text_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text_window.h b/include/text_window.h
index da3fb301e..0af007397 100644
--- a/include/text_window.h
+++ b/include/text_window.h
@@ -3,8 +3,8 @@
struct TilesPal
{
- u32* tiles;
- u16* pal;
+ u32 *tiles;
+ u16 *pal;
};
const struct TilesPal* sub_8098758(u8 id);