mirror of
https://github.com/zeldaret/tmc
synced 2026-08-19 05:52:33 -04:00
clang-format
This commit is contained in:
+10
-10
@@ -5,14 +5,14 @@ extern void SetTileType(u32, u32, u32);
|
||||
void sub_0807B820(u32 param_1)
|
||||
|
||||
{
|
||||
SetTileType(620,param_1 + -65,1);
|
||||
SetTileType(627,param_1 + -65,2);
|
||||
SetTileType(621,param_1 + -64,1);
|
||||
SetTileType(628,param_1 + -64,2);
|
||||
SetTileType(622,param_1 + -63,1);
|
||||
SetTileType(629,param_1 + -63,2);
|
||||
SetTileType(623,param_1 + -1,1);
|
||||
SetTileType(624,param_1,1);
|
||||
SetTileType(626,param_1 + 1,1);
|
||||
SetTileType(620, param_1 + -65, 1);
|
||||
SetTileType(627, param_1 + -65, 2);
|
||||
SetTileType(621, param_1 + -64, 1);
|
||||
SetTileType(628, param_1 + -64, 2);
|
||||
SetTileType(622, param_1 + -63, 1);
|
||||
SetTileType(629, param_1 + -63, 2);
|
||||
SetTileType(623, param_1 + -1, 1);
|
||||
SetTileType(624, param_1, 1);
|
||||
SetTileType(626, param_1 + 1, 1);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user