Decompile mon markings

This commit is contained in:
KDSKardabox
2018-04-17 14:24:39 +05:30
parent 936bb5925a
commit f5cbefc295
9 changed files with 669 additions and 1130 deletions
+2 -2
View File
@@ -5,11 +5,11 @@
struct TilesPal
{
const u32 *tiles;
const u8 *tiles;
const u16 *pal;
};
extern const u32 gTextWindowFrame1_Gfx[];
extern const u8 gTextWindowFrame1_Gfx[];
extern const u16 gTextWindowFrame1_Pal[];
const struct TilesPal* GetWindowFrameTilesPal(u8 id);