diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-12-21 16:19:50 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-12-21 16:19:50 -0600 |
commit | 0403f6eea90018270f89352febcce7fb6d613938 (patch) | |
tree | 297e78e7066c9e92c54b4a7b02d887eb17363fd5 /include/text_window.h | |
parent | eb65458b67412cc4fc01eb3a4fb1c37d88829b54 (diff) | |
parent | bcffcb0c1cd1d9b9a223fa8029f33b4c3c926575 (diff) |
Merge remote-tracking branch 'Egg/decompile_use_pokeblock'
Diffstat (limited to 'include/text_window.h')
-rw-r--r-- | include/text_window.h | 4 |
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); |