Removed tiles comments when useless

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-09-15 15:51:32 +02:00
parent 6eadf6c4a5
commit 04113870a5
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -97,7 +97,7 @@ static void ActBossChar02_01(void)
case BALFROG_SPRT_JUMPING:
boss->x = gBoss[0].x + PIXELS_TO_UNITS(-24) * minus;
boss->y = gBoss[0].y - PIXELS_TO_UNITS(43); // 2.6873 tiles
boss->y = gBoss[0].y - PIXELS_TO_UNITS(43);
break;
}
}