mirror of
https://github.com/zeldaret/tmc
synced 2026-08-09 18:58:28 -04:00
Rename vvv to actTile
This commit is contained in:
@@ -31,12 +31,12 @@ enum DiggingCaveEntranceType {
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
u16 sourceTilePosition; /**< Tile position for the entrance in the source room. */
|
||||
u16 sourceTilePos; /**< Tile position for the entrance in the source room. */
|
||||
u8 sourceRoom; /**< @see RoomID */
|
||||
u8 type; /**< @see DiggingCaveEntranceType */
|
||||
u8 targetArea; /**< @see AreaID */
|
||||
u8 targetRoom; /**< @see RoomID */
|
||||
u16 targetTilePosition; /**< Tile position for the entrance in the target room. */
|
||||
u16 targetTilePos; /**< Tile position for the entrance in the target room. */
|
||||
} DiggingCaveEntrance;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user