battle 1 is decompiled

This commit is contained in:
DizzyEggg
2017-12-17 20:10:57 +01:00
parent 224fdbf026
commit eb8055eb07
21 changed files with 2307 additions and 3232 deletions

View File

@@ -49,7 +49,7 @@ struct OamData
u32 matrixNum:5; // bits 3/4 are h-flip/v-flip if not in affine mode
u32 size:2;
/*0x04*/ u16 tileNum:10; // 0x33F
/*0x04*/ u16 tileNum:10; // 0x3FF
u16 priority:2; // 0x400, 0x800 -> 0xC00
u16 paletteNum:4;
/*0x06*/ u16 affineParam;