mirror of https://github.com/zeldaret/tmc.git
19 lines
461 B
C
19 lines
461 B
C
#include "global.h"
|
|
|
|
extern void SetTileType(u32, u32, u32);
|
|
|
|
void sub_0807B8A8(u32 param_1)
|
|
|
|
{
|
|
SetTileType(636, param_1 + -65, 1);
|
|
SetTileType(643, param_1 + -65, 2);
|
|
SetTileType(637, param_1 + -64, 1);
|
|
SetTileType(644, param_1 + -64, 2);
|
|
SetTileType(638, param_1 + -63, 1);
|
|
SetTileType(645, param_1 + -63, 2);
|
|
SetTileType(639, param_1 + -1, 1);
|
|
SetTileType(640, param_1, 1);
|
|
SetTileType(642, param_1 + 1, 1);
|
|
return;
|
|
}
|