1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-10 19:20:13 +00:00

added one space to a line

This commit is contained in:
shawlucas 2020-03-21 18:11:02 -07:00
parent f1ae94c2f3
commit fd2dae78a2

View file

@ -455,7 +455,7 @@ static void func_808BB128(BgTokiSwd* this, GlobalContext* globalCtx)
{
if ((func_8006C4A4(globalCtx, 1) != 0) && (globalCtx->unk_11D30[0] < 0xFF))
{
globalCtx->unk_11D30[0]+= 5;
globalCtx->unk_11D30[0] += 5;
}
}