mirror of
https://github.com/zeldaret/tmc
synced 2026-08-17 21:33:45 -04:00
Rename managers
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef CLOUDSTAIRCASETRANSITIONMANAGER_H
|
||||
#define CLOUDSTAIRCASETRANSITIONMANAGER_H
|
||||
|
||||
#include "manager.h"
|
||||
|
||||
typedef struct {
|
||||
struct Manager base;
|
||||
u8 field_0x20[0x16];
|
||||
u8 field_0x36;
|
||||
u8 field_0x37;
|
||||
s16 x;
|
||||
s16 y;
|
||||
u16 field_0x3c;
|
||||
u16 field_0x3e;
|
||||
} CloudStaircaseTransitionManager;
|
||||
|
||||
#endif // CLOUDSTAIRCASETRANSITIONMANAGER_H
|
||||
Reference in New Issue
Block a user