mirror of
https://github.com/zeldaret/tmc
synced 2026-08-13 20:24:59 -04:00
Fix format
This commit is contained in:
@@ -32,10 +32,10 @@ enum DiggingCaveEntranceType {
|
||||
|
||||
typedef struct {
|
||||
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 */
|
||||
u8 sourceRoom; /**< @see RoomID */
|
||||
u8 type; /**< @see DiggingCaveEntranceType */
|
||||
u8 targetArea; /**< @see AreaID */
|
||||
u8 targetRoom; /**< @see RoomID */
|
||||
u16 targetTilePos; /**< Tile position for the entrance in the target room. */
|
||||
} DiggingCaveEntrance;
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
typedef struct {
|
||||
struct Manager base;
|
||||
u8 field_0x20[0x18];
|
||||
s16 tilePos; // x
|
||||
s16 field_0x3a; // y
|
||||
s16 x; // After loading this stores the tilePos.
|
||||
s16 y;
|
||||
} FlameManager;
|
||||
|
||||
#endif // FLAMEMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user