mirror of
https://github.com/zeldaret/tmc
synced 2026-09-06 19:10:56 -04:00
Create enums for Vvvs and MetaTiles
This commit is contained in:
@@ -89,7 +89,7 @@ void sub_08097EB8(MacroDecorationEntity* this) {
|
||||
const s16* tilePosPtr;
|
||||
u16 tile = COORD_TO_TILE(super);
|
||||
for (tilePosPtr = tilePosArray; *tilePosPtr != 0x7fff; tilePosPtr += 2) {
|
||||
SetTile((u16)tilePosPtr[1], tile + tilePosPtr[0], 1);
|
||||
SetMetaTile((u16)tilePosPtr[1], tile + tilePosPtr[0], 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user