fix: ewram

This commit is contained in:
dheu
2019-07-08 18:39:12 +08:00
parent 1a0186c3f6
commit cc77a3ecbf
2 changed files with 4 additions and 4 deletions
+3 -2
View File
@@ -50,8 +50,9 @@ struct Diploma
u8 gfxStep;
u8 callbackStep;
u16 tilemapBuffer[0x800];
}
*gDiploma = NULL;
};
static EWRAM_DATA struct Diploma *gDiploma = NULL;
extern const u32 gUnknown_84154E8[];