Begin disassembling window.s

This commit is contained in:
Diegoisawesome
2017-03-29 19:02:15 -05:00
parent 0931f65fa2
commit b95747dc69
10 changed files with 497 additions and 1405 deletions
+7
View File
@@ -96,4 +96,11 @@ struct SaveBlock2
extern struct SaveBlock2 *gSaveBlock2Ptr;
struct Bitmap // TODO: Find a better spot for this
{
u8* pixels;
u32 width:16;
u32 height:16;
};
#endif // GUARD_GLOBAL_H