changed type

This commit is contained in:
cawtds 2024-06-20 23:49:19 +02:00
parent 5e3ed11434
commit d57ae3dfd0

View File

@ -7,7 +7,7 @@
#include "task.h"
#include "trig.h"
static EWRAM_DATA u16 sBgCnt = 0;
static EWRAM_DATA u32 sBgCnt = 0;
extern const u8 gBattleAnimRegOffsBgCnt[];
extern const u8 gBattleIntroRegOffsBgCnt[];