Removed tiles comments when useless
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
6eadf6c4a5
commit
04113870a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue