mirror of https://github.com/zeldaret/tmc.git
				
				
				
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			438 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			438 B
		
	
	
	
		
			C
		
	
	
	
| #ifndef ENTERROOMTEXTBOXMANAGER_H
 | |
| #define ENTERROOMTEXTBOXMANAGER_H
 | |
| 
 | |
| #include "manager.h"
 | |
| 
 | |
| typedef struct {
 | |
|     Manager base;
 | |
|     u8 unk_20;       // unused
 | |
|     u8 unk_21[0x13]; // unused
 | |
|     u16 unk_34;      // unused
 | |
|     u16 unk_36;      // unused
 | |
|     s16 unk_38;      // unused
 | |
|     s16 unk_3A;      // unused
 | |
|     u16 unk_3C;      // unused
 | |
|     u16 unk_3E;      // unused
 | |
| } EnterRoomTextboxManager;
 | |
| 
 | |
| #endif // ENTERROOMTEXTBOXMANAGER_H
 |